Home
last modified time | relevance | path

Searched refs:b32 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dfast_idiv_by_const_test.cpp95 uint32_t b32[2] = { (uint32_t)b, (uint32_t)(b >> 32) }; in umul_add_high() local
99 ubm_mul_u32arr(ab32, a32, b32); in umul_add_high()
124 uint32_t b32[4] = { in smul_high() local
132 ubm_mul_u32arr(ab32, a32, b32); in smul_high()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstc.comp539 const uint b32 = u3 >> 2 & 3;
545 r = b32 << 1 | bit(u3, 4);
580 if (b32 == 0) {
583 } else if (b32 == 1) {
586 } else if (b32 == 2) {
/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c798 uint32_t a32, a0, b32, b0; in _mesa_softfloat_mul_f64_to_f128_m() local
803 b32 = b >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
807 mid = mid1 + (uint64_t) a0 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
808 z64 = (uint64_t) a32 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp11373 vkStream->write((VkBool32*)&forMarshaling->b32, sizeof(VkBool32)); in marshal_VkPipelineExecutableStatisticValueKHR()
11380 vkStream->read((VkBool32*)&forUnmarshaling->b32, sizeof(VkBool32)); in unmarshal_VkPipelineExecutableStatisticValueKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7671 memcpy(*ptr, (VkBool32*)&forMarshaling->b32, sizeof(VkBool32)); in reservedmarshal_VkPipelineExecutableStatisticValueKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc8966 fname:b32 field of sname:VkPipelineExecutableStatisticValueKHR.
8986 * pname:b32 is the 32-bit boolean value if the
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14596 vkStream->write((VkBool32*)&forMarshaling->b32, sizeof(VkBool32)); in marshal_VkPipelineExecutableStatisticValueKHR()
14603 vkStream->read((VkBool32*)&forUnmarshaling->b32, sizeof(VkBool32)); in unmarshal_VkPipelineExecutableStatisticValueKHR()
Dgoldfish_vk_reserved_marshaling.cpp11237 memcpy((VkBool32*)&forUnmarshaling->b32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineExecutableStatisticValueKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9995 VkBool32 b32; member