Home
last modified time | relevance | path

Searched defs:src_val (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c84 rgbx(uint32_t src_val) in rgbx()
91 rb_swap(uint32_t src_val) in rb_swap()
102 rbx_swap(uint32_t src_val) in rbx_swap()
113 rgbx_128(const __m128i src_val) in rgbx_128()
123 rb_swap_128(const __m128i src_val) in rb_swap_128()
141 rbx_swap_128(const __m128i src_val) in rbx_swap_128()
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Dstatement.rs78 let src_val = self.codegen_operand(bx, src); in codegen_statement() localVariable
/third_party/mesa3d/src/virtio/vulkan/
Dvn_query_pool.c219 const uint64_t src_val = src[src_index + j]; in vn_get_query_pool_feedback() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2750 struct vtn_value *src_val = vtn_pointer_value(b, w[2]); in vtn_handle_variables() local
2782 struct vtn_value *src_val = vtn_pointer_value(b, w[2]); in vtn_handle_variables() local
2815 struct vtn_value *src_val = vtn_value(b, w[3], vtn_value_type_pointer); in vtn_handle_variables() local
2835 struct vtn_value *src_val = vtn_untyped_value(b, w[2]); in vtn_handle_variables() local
Dvtn_cmat.c93 struct vtn_value *src_val = vtn_value(b, w[3], vtn_value_type_pointer); in vtn_handle_cooperative_instruction() local
Dspirv_to_nir.c2619 struct vtn_value *src_val = in vtn_handle_constant() local
/third_party/ffmpeg/libavutil/
Ddes.c298 uint64_t src_val = src ? AV_RB64(src) : 0; in av_des_crypt_mac() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp191 auto src_val = vf.src(instr->src[1], 0); in emit_atomic_op2() local
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp283 S src_val; member
/third_party/mesa3d/src/intel/common/
Dmi_builder.h759 struct mi_value src_val = mi_mem32(__gen_address_offset(src, i)); in mi_memcpy() local
/third_party/skia/m133/src/ports/
DSkTypeface_mac_ct.cpp221 S src_val; member
/third_party/astc-encoder/Source/
Dtinyexr.h7033 static void cpy2(unsigned short *dst_val, const unsigned short *src_val) { in cpy2()
7063 static void cpy4(int *dst_val, const int *src_val) { in cpy4()
7073 static void cpy4(unsigned int *dst_val, const unsigned int *src_val) { in cpy4()
7083 static void cpy4(float *dst_val, const float *src_val) { in cpy4()
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc1310 int64_t src_val = src.Int(vform, i); in sminmaxv() local
1452 uint64_t src_val = src.Uint(vform, i); in uminmaxv() local
1919 int64_t src_val = src1.Int(vform, i); in sshl() local
1976 uint64_t src_val = src1.Uint(vform, i); in ushl() local