Home
last modified time | relevance | path

Searched defs:outval (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dttaenc.c112 uint32_t k, unary, outval; in tta_encode_frame() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c81 nir_ssa_def *outval = &tex_instr[i]->dest.ssa; in build_fmask_expand_compute_shader() local
H A Dradv_meta_fmask_copy.c116 nir_ssa_def *outval = &frag_fetch->dest.ssa; in build_fmask_copy_compute_shader() local
H A Dradv_meta_resolve_fs.c61 nir_ssa_def *outval = nir_load_var(&b, color); in build_resolve_fragment_shader() local
296 nir_ssa_def *outval = &tex->dest.ssa; in build_depth_stencil_resolve_fragment_shader() local
[all...]
H A Dradv_meta_resolve_cs.c93 nir_ssa_def *outval = nir_load_var(&b, color); in build_resolve_compute_shader() local
175 nir_ssa_def *outval = &tex->dest.ssa; in build_depth_stencil_resolve_compute_shader() local
[all...]
H A Dradv_meta_bufimage.c83 nir_ssa_def *outval = &tex->dest.ssa; in build_nir_itob_compute_shader() local
257 nir_ssa_def *outval = &tex->dest.ssa; in build_nir_btoi_compute_shader() local
435 nir_ssa_def *outval = &tex->dest.ssa; in build_nir_btoi_r32g32b32_compute_shader() local
596 nir_ssa_def *outval = &tex_instr[i]->dest.ssa; in build_nir_itoi_compute_shader() local
788 nir_ssa_def *outval = &tex->dest.ssa; in build_nir_itoi_r32g32b32_compute_shader() local
[all...]
H A Dradv_meta_etc_decode.c502 nir_ssa_def *outval = nir_load_var(&b, color); in build_shader() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_aos.c297 emit_load_const(struct lp_build_nir_context *bld_base, const nir_load_const_instr *instr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_const() argument
H A Dlp_bld_nir_soa.c817 emit_load_global(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned addr_bit_size, bool offset_is_uniform, LLVMValueRef addr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_global() argument
1130 emit_load_const(struct lp_build_nir_context *bld_base, const nir_load_const_instr *instr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_const() argument
1193 emit_load_mem(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool index_and_offset_are_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_mem() argument
2541 emit_load_scratch(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_scratch() argument
[all...]

Completed in 13 milliseconds