Home
last modified time | relevance | path

Searched refs:surface_index (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c169 uint32_t surface_index = state->set[set].surface_offsets[binding]; in find_descriptor_for_index_src() local
172 return surface_index < MAX_BINDING_TABLE_SIZE; in find_descriptor_for_index_src()
220 uint32_t surface_index = state->set[set].surface_offsets[binding]; in build_index_for_res_reindex() local
229 return nir_iadd_imm(b, array_index, surface_index); in build_index_for_res_reindex()
368 uint32_t surface_index = state->set[set].surface_offsets[binding]; in lower_res_index_intrinsic() local
429 index = nir_vec2(b, nir_iadd_imm(b, array_index, surface_index), in lower_res_index_intrinsic()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_generator.cpp114 struct brw_reg surface_index, in generate_tex() argument
279 if (surface_index.file == BRW_IMMEDIATE_VALUE && in generate_tex()
281 uint32_t surface = surface_index.ud; in generate_tex()
300 struct brw_reg surface_reg = vec1(retype(surface_index, BRW_REGISTER_TYPE_UD)); in generate_tex()
Dbrw_fs.h500 struct brw_reg surface_index,
Dbrw_fs_generator.cpp1062 struct brw_reg surface_index, in generate_tex() argument
1278 assert(surface_index.file == BRW_IMMEDIATE_VALUE); in generate_tex()
1285 surface_index.ud + base_binding_table_index, in generate_tex()