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/
H A 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/
H A Dtgsi_to_nir.c1669 unsigned resource_index, addr_src_index, file; in ttn_mem() local
1674 resource_index = tgsi_inst->Src[0].Register.Index; in ttn_mem()
1680 resource_index = tgsi_inst->Dst[0].Register.Index; in ttn_mem()
1702 add_ssbo_var(c, resource_index); in ttn_mem()
1713 instr->src[i++] = nir_src_for_ssa(nir_imm_int(b, resource_index)); in ttn_mem()
1744 get_image_var(c, resource_index, in ttn_mem()
/third_party/ffmpeg/libavformat/
H A Dimfdec.c357 int32_t resource_index) in open_track_resource_context()
364 IMFVirtualTrackResourcePlaybackCtx *track_resource = track->resources + resource_index; in open_track_resource_context()
355 open_track_resource_context(AVFormatContext *s, IMFVirtualTrackPlaybackCtx *track, int32_t resource_index) open_track_resource_context() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1785 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1788 rview = state->views[resource_index]; in r600_emit_sampler_views()
1792 radeon_emit(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
H A Devergreen_state.c2341 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
2344 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
2348 radeon_emit(cs, (resource_id_base + resource_index) * 8); in evergreen_emit_sampler_views()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp12443 uint32_t resource_index;
12448 resource_index = next_metal_resource_ids[var_desc_set];
12457 resource_index = next_metal_resource_index_texture;
12461 resource_index = next_metal_resource_index_sampler;
12465 resource_index = next_metal_resource_index_buffer;
12471 set_extended_decoration(var.self, resource_decoration, resource_index);
12472 return resource_index;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp6842 glw::GLuint resource_index = gl.getProgramResourceIndex(po_id, GL_UNIFORM, current_item.name.c_str()); in verifyProgramInterfaceQuerySupport() local
6849 resource_index, max_uniform_name_length, &retrieved_name_length, in verifyProgramInterfaceQuerySupport()
6857 << resource_index << "]" in verifyProgramInterfaceQuerySupport()
6869 resource_index, n_properties, properties, in verifyProgramInterfaceQuerySupport()

Completed in 48 milliseconds