Searched refs:sampler_map (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c42 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2]; member in struct:__anon420ce1c70108
54 state->sampler_map[y_samp][0] = extra;
58 state->sampler_map[y_samp][1] = extra;
87 state->sampler_map[y_samp][plane[0].i32 - 1];
H A Dst_tgsi_lower_yuv.c48 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2]; member in struct:tgsi_yuv_transform
209 ctx->sampler_map[y_samp][0] = extra;
214 ctx->sampler_map[y_samp][1] = extra;
325 * TEX tempB.xy, coord, texture[sampler_map[samp][0]], 2D;
328 inst = tex_instruction(ctx->sampler_map[samp][0]);
360 * TEX tempB.x, coord, texture[sampler_map[samp][0]], 2D;
363 inst = tex_instruction(ctx->sampler_map[samp][0]);
374 * TEX tempB.x, coord, texture[sampler_map[samp][1]], 2D;
377 inst = tex_instruction(ctx->sampler_map[samp][1]);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c46 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2]; member in struct:__anon781a67ba0108
88 state->sampler_map[y_samp][0] = extra;
93 state->sampler_map[y_samp][1] = extra;
99 state->sampler_map[y_samp][0] = extra;
133 unsigned u_v_samp = state->sampler_map[y_samp][plane[0].i32 - 1];
H A Dst_tgsi_lower_yuv.c47 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2]; member in struct:tgsi_yuv_transform
208 ctx->sampler_map[y_samp][0] = extra;
213 ctx->sampler_map[y_samp][1] = extra;
324 * TEX tempB.xy, coord, texture[sampler_map[samp][0]], 2D;
327 inst = tex_instruction(ctx->sampler_map[samp][0]);
359 * TEX tempB.x, coord, texture[sampler_map[samp][0]], 2D;
362 inst = tex_instruction(ctx->sampler_map[samp][0]);
373 * TEX tempB.x, coord, texture[sampler_map[samp][1]], 2D;
376 inst = tex_instruction(ctx->sampler_map[samp][1]);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_uniforms.c194 &pipeline->shared_data->maps[stage]->sampler_map,
199 &pipeline->shared_data->maps[stage]->sampler_map,
H A Dv3dv_pipeline.c564 return &pipeline->shared_data->maps[broadcom_stage]->sampler_map;
573 &pipeline->shared_data->maps[broadcom_stage]->sampler_map :
1031 struct v3dv_descriptor_map *sampler_map = local in function:pipeline_populate_v3d_key
1032 &p_stage->pipeline->shared_data->maps[p_stage->stage]->sampler_map;
1045 key->num_samplers_used = sampler_map->num_desc;
1047 for (uint32_t sampler_idx = 0; sampler_idx < sampler_map->num_desc;
1050 sampler_map->return_size[sampler_idx];
1790 descriptor_map_add(&pipeline->shared_data->maps[p_stage->stage]->sampler_map,
1795 descriptor_map_add(&pipeline->shared_data->maps[p_stage->stage]->sampler_map,
H A Dv3dv_private.h1681 * sampler" in the sampler_map, and then use the proper unpacking for that
1720 struct v3dv_descriptor_map sampler_map; member in struct:v3dv_descriptor_maps

Completed in 16 milliseconds