H A D | v3dv_meta_copy.c | 3091 nir_ssa_def *tex_pos, in build_nir_tex_op_read() 3109 tex->src[0].src = nir_src_for_ssa(tex_pos); in build_nir_tex_op_read() 3116 tex->coord_components = tex_pos->num_components; in build_nir_tex_op_read() 3128 nir_ssa_def *tex_pos, in build_nir_tex_op_ms_fetch_sample() 3135 tex->src[0].src = nir_src_for_ssa(tex_pos); in build_nir_tex_op_ms_fetch_sample() 3144 tex->coord_components = tex_pos->num_components; in build_nir_tex_op_ms_fetch_sample() 3154 nir_ssa_def *tex_pos, in build_nir_tex_op_ms_resolve() 3173 tex_type, tex_pos, in build_nir_tex_op_ms_resolve() 3192 nir_ssa_def *tex_pos, in build_nir_tex_op_ms_read() 3205 tex_type, tex_pos, in build_nir_tex_op_ms_read() 3090 build_nir_tex_op_read(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, enum glsl_sampler_dim dim) build_nir_tex_op_read() argument 3124 build_nir_tex_op_ms_fetch_sample(struct nir_builder *b, nir_variable *sampler, nir_ssa_def *tex_deref, enum glsl_base_type tex_type, nir_ssa_def *tex_pos, nir_ssa_def *sample_idx) build_nir_tex_op_ms_fetch_sample() argument 3153 build_nir_tex_op_ms_resolve(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits src_samples) build_nir_tex_op_ms_resolve() argument 3191 build_nir_tex_op_ms_read(struct nir_builder *b, nir_ssa_def *tex_pos, enum glsl_base_type tex_type) build_nir_tex_op_ms_read() argument 3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument [all...] |