Home
last modified time | relevance | path

Searched defs:as_float (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp178 ir_variable *as_float = in find_lsb_to_float_cast() local
259 ir_variable *as_float = in find_msb_to_float_cast() local
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h52 #define as_float(ptr) (*(float_t*)(ptr)) macro
Dpcm_route.c55 float as_float; member
95 float as_float; member
/third_party/mesa3d/src/intel/vulkan/grl/include/
DGRLOCLCompatibility.h180 inline float as_float(uint32_t i) in as_float() function
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c398 nir_def *as_float = snorm ? nir_i2fN(b, unpacked, float_sz) in pan_unpack() local