Home
last modified time | relevance | path

Searched refs:resource_index (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp530 glw::GLuint resource_index = gl.getProgramResourceIndex(m_po_id, interface, resource_name); in iterate() local
533 if (resource_index == GL_INVALID_INDEX) in iterate()
543 verifyPropertyValue(interface, property, resource_index, GL_TRUE); in iterate()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1665 unsigned resource_index, addr_src_index, file; in ttn_mem() local
1670 resource_index = tgsi_inst->Src[0].Register.Index; in ttn_mem()
1676 resource_index = tgsi_inst->Dst[0].Register.Index; in ttn_mem()
1698 add_ssbo_var(c, resource_index); in ttn_mem()
1709 instr->src[i++] = nir_src_for_ssa(nir_imm_int(b, resource_index)); in ttn_mem()
1740 get_image_var(c, resource_index, in ttn_mem()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1787 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1790 rview = state->views[resource_index]; in r600_emit_sampler_views()
1794 radeon_emit(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
Devergreen_state.c2348 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
2351 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
2355 radeon_emit(cs, (resource_id_base + resource_index) * 8); in evergreen_emit_sampler_views()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp12443 uint32_t resource_index; in get_metal_resource_index() local
12448 resource_index = next_metal_resource_ids[var_desc_set]; in get_metal_resource_index()
12457 resource_index = next_metal_resource_index_texture; in get_metal_resource_index()
12461 resource_index = next_metal_resource_index_sampler; in get_metal_resource_index()
12465 resource_index = next_metal_resource_index_buffer; in get_metal_resource_index()
12471 set_extended_decoration(var.self, resource_decoration, resource_index); in get_metal_resource_index()
12472 return resource_index; in get_metal_resource_index()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp6836 …glw::GLuint resource_index = gl.getProgramResourceIndex(po_id, GL_UNIFORM, current_item.name.c_str… in verifyProgramInterfaceQuerySupport() local
6843 resource_index, max_uniform_name_length, &retrieved_name_length, in verifyProgramInterfaceQuerySupport()
6851 << resource_index << "]" in verifyProgramInterfaceQuerySupport()
6863 resource_index, n_properties, properties, in verifyProgramInterfaceQuerySupport()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3054 - microsoft/compiler: Split Vulkan resource_index / descriptor processing