Searched defs:src_val (Results 1 – 13 of 13) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_linear_sampler.c | 84 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/ |
| D | statement.rs | 78 let src_val = self.codegen_operand(bx, src); in codegen_statement() localVariable
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_query_pool.c | 219 const uint64_t src_val = src[src_index + j]; in vn_get_query_pool_feedback() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | vtn_variables.c | 2750 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
|
| D | vtn_cmat.c | 93 struct vtn_value *src_val = vtn_value(b, w[3], vtn_value_type_pointer); in vtn_handle_cooperative_instruction() local
|
| D | spirv_to_nir.c | 2619 struct vtn_value *src_val = in vtn_handle_constant() local
|
| /third_party/ffmpeg/libavutil/ |
| D | des.c | 298 uint64_t src_val = src ? AV_RB64(src) : 0; in av_des_crypt_mac() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_mem.cpp | 191 auto src_val = vf.src(instr->src[1], 0); in emit_atomic_op2() local
|
| /third_party/skia/src/ports/ |
| D | SkTypeface_mac_ct.cpp | 283 S src_val; member
|
| /third_party/mesa3d/src/intel/common/ |
| D | mi_builder.h | 759 struct mi_value src_val = mi_mem32(__gen_address_offset(src, i)); in mi_memcpy() local
|
| /third_party/skia/m133/src/ports/ |
| D | SkTypeface_mac_ct.cpp | 221 S src_val; member
|
| /third_party/astc-encoder/Source/ |
| D | tinyexr.h | 7033 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/ |
| D | logic-aarch64.cc | 1310 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
|