Home
last modified time | relevance | path

Searched refs:float32 (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp19 template struct tvec1<float32, lowp>;
30 template struct tvec1<float32, mediump>;
41 template struct tvec1<float32, highp>;
53 template struct tvec2<float32, lowp>;
64 template struct tvec2<float32, mediump>;
75 template struct tvec2<float32, highp>;
87 template struct tvec3<float32, lowp>;
98 template struct tvec3<float32, mediump>;
109 template struct tvec3<float32, highp>;
121 template struct tvec4<float32, lowp>;
[all …]
Dtype_float.hpp11 typedef float float32; typedef
55 typedef float float32; typedef
61 GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sampler.c35 return (VkClearColorValue) { .float32 = { 0, 0, 0, 0 } }; in vk_border_color_value()
39 return (VkClearColorValue) { .float32 = { 0, 0, 0, 1 } }; in vk_border_color_value()
43 return (VkClearColorValue) { .float32 = { 1, 1, 1, 1 } }; in vk_border_color_value()
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1312 typedef detail::float32 lowp_float32;
1320 typedef detail::float32 lowp_float32_t;
1328 typedef float32 lowp_f32;
1336 typedef detail::float32 lowp_float32;
1344 typedef detail::float32 lowp_float32_t;
1352 typedef float32 lowp_f32;
1361 typedef detail::float32 lowp_float32;
1369 typedef detail::float32 lowp_float32_t;
1377 typedef float32 lowp_f32;
1386 typedef detail::float32 mediump_float32;
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtypedefs.h231 typedef float float32; typedef
247 typedef float32 float_t;
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp594 typedef detail::float32 float32; typedef
603 typedef detail::float32 float32_t;
612 typedef float32 f32;
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_aligned.hpp619 GLM_ALIGNED_TYPEDEF(float32, aligned_float32, 4);
637 GLM_ALIGNED_TYPEDEF(float32, aligned_f32, 4);
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_event_list.h52 float float32; member
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp298 .float32 = {{ in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueriesperformance.adoc64 * pname:float32 is a 32-bit floating-point value.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc315 // use recordCounters[0].float32 to get at the counter result!
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal361 * Driver performance when operating on float32 data.
371 * Driver performance when operating on float32 data but performing
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc369 .clearValue = {.color = {.float32 = {0.0f,0.0f,0.0f,0.0f} } }
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp1161 .float32 = {0.0f, 0.0f, 0.0f, 1.0f}, in compose()
DVkDecoderGlobalState.cpp3296 .float32[3] = 1.0f; in on_vkUpdateDescriptorSetsImpl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dclears.adoc433 * pname:float32 are the color clear values when the format of the image or
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1557 * Driver performance when operating on float32 data.
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp2091 memcpy(to->float32, from->float32, 4 * sizeof(float)); in deepcopy_VkClearColorValue()
Dgoldfish_vk_marshaling.cpp4793 vkStream->write((float*)forMarshaling->float32, 4 * sizeof(float)); in marshal_VkClearColorValue()
4799 vkStream->read((float*)forUnmarshaling->float32, 4 * sizeof(float)); in unmarshal_VkClearColorValue()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp2091 memcpy(to->float32, from->float32, 4 * sizeof(float)); in deepcopy_VkClearColorValue()
Dgoldfish_vk_marshaling_guest.cpp4231 vkStream->write((float*)forMarshaling->float32, 4 * sizeof(float)); in marshal_VkClearColorValue()
4237 vkStream->read((float*)forUnmarshaling->float32, 4 * sizeof(float)); in unmarshal_VkClearColorValue()
Dgoldfish_vk_reserved_marshaling_guest.cpp2986 memcpy(*ptr, (float*)forMarshaling->float32, 4 * sizeof(float)); in reservedmarshal_VkClearColorValue()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3888 float float32[4]; member
9155 float float32; member
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4732 * Driver performance when operating on float32 data but performing
4741 * In the case of float32 data, this is used when the calculations
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal5352 * Driver performance when operating on float32 data but performing
5361 * In the case of float32 data, this is used when the calculations

12