| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 203 uint32_t surface_index; local in function:descriptor_has_bti 205 surface_index = state->set[set].desc_offset; 207 surface_index = state->set[set].surface_offsets[binding]; 210 return surface_index < MAX_BINDING_TABLE_SIZE; 271 nir_ssa_def *surface_index = nir_channel(b, desc_addr, 0); local in function:build_load_descriptor_mem 276 surface_index, offset32, 355 uint32_t surface_index = state->set[set].desc_offset; local in function:build_res_index 356 return nir_imm_ivec2(b, surface_index, 359 uint32_t surface_index = state->set[set].surface_offsets[binding]; local in function:build_res_index 361 assert(surface_index < 512 nir_ssa_def *surface_index = nir_extract_u16(b, packed, nir_imm_int(b, 0)); local in function:build_buffer_addr_for_res_index [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 167 uint32_t surface_index = state->set[set].surface_offsets[binding]; local in function:find_descriptor_for_index_src 170 return surface_index < MAX_BINDING_TABLE_SIZE; 218 uint32_t surface_index = state->set[set].surface_offsets[binding]; local in function:build_index_for_res_reindex 227 return nir_iadd_imm(b, array_index, surface_index); 366 uint32_t surface_index = state->set[set].surface_offsets[binding]; local in function:lower_res_index_intrinsic 427 index = nir_vec2(b, nir_iadd_imm(b, array_index, surface_index),
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs.h | 446 struct brw_reg surface_index,
|
| H A D | brw_vec4_generator.cpp | 113 struct brw_reg surface_index, 277 if (surface_index.file == BRW_IMMEDIATE_VALUE && 279 uint32_t surface = surface_index.ud; 298 struct brw_reg surface_reg = vec1(retype(surface_index, BRW_REGISTER_TYPE_UD)); 107 generate_tex(struct brw_codegen * p,struct brw_vue_prog_data * prog_data,gl_shader_stage stage,vec4_instruction * inst,struct brw_reg dst,struct brw_reg src,struct brw_reg surface_index,struct brw_reg sampler_index) argument
|
| H A D | brw_fs_generator.cpp | 945 struct brw_reg surface_index, 1157 assert(surface_index.file == BRW_IMMEDIATE_VALUE); 1164 surface_index.ud + base_binding_table_index, 944 generate_tex(fs_inst * inst,struct brw_reg dst,struct brw_reg surface_index,struct brw_reg sampler_index) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs.h | 505 struct brw_reg surface_index,
|
| H A D | brw_vec4_generator.cpp | 114 struct brw_reg surface_index, 279 if (surface_index.file == BRW_IMMEDIATE_VALUE && 281 uint32_t surface = surface_index.ud; 300 struct brw_reg surface_reg = vec1(retype(surface_index, BRW_REGISTER_TYPE_UD)); 108 generate_tex(struct brw_codegen * p,struct brw_vue_prog_data * prog_data,gl_shader_stage stage,vec4_instruction * inst,struct brw_reg dst,struct brw_reg src,struct brw_reg surface_index,struct brw_reg sampler_index) argument
|
| H A D | brw_fs_generator.cpp | 1082 struct brw_reg surface_index, 1298 assert(surface_index.file == BRW_IMMEDIATE_VALUE); 1305 surface_index.ud + base_binding_table_index, 1081 generate_tex(fs_inst * inst,struct brw_reg dst,struct brw_reg surface_index,struct brw_reg sampler_index) argument
|