Home
last modified time | relevance | path

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

/external/deqp/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()
/external/tensorflow/tensorflow/compiler/tf2xla/
Drearrange_function_argument.cc91 resource_index = in_types.size() - *resource_input_count; in InputTypesNeedsRearrange() local
98 (*index_mapping)[i] = resource_index; in InputTypesNeedsRearrange()
99 resource_index++; in InputTypesNeedsRearrange()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc579 int resource_index = 0; in Compile() local
587 ++resource_index; in Compile()
611 int pos = resource_index + i; in Compile()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1673 unsigned resource_index, addr_src_index, file; in ttn_mem() local
1678 resource_index = tgsi_inst->Src[0].Register.Index; in ttn_mem()
1684 resource_index = tgsi_inst->Dst[0].Register.Index; in ttn_mem()
1704 add_ssbo_var(c, resource_index); in ttn_mem()
1715 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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1782 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1785 rview = state->views[resource_index]; in r600_emit_sampler_views()
1789 radeon_emit(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
Devergreen_state.c2343 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
2346 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
2350 radeon_emit(cs, (resource_id_base + resource_index) * 8); in evergreen_emit_sampler_views()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp6866 …glw::GLuint resource_index = gl.getProgramResourceIndex(po_id, GL_UNIFORM, current_item.name.c_str… in verifyProgramInterfaceQuerySupport() local
6873 resource_index, max_uniform_name_length, &retrieved_name_length, in verifyProgramInterfaceQuerySupport()
6881 << resource_index << "]" in verifyProgramInterfaceQuerySupport()
6893 resource_index, n_properties, properties, in verifyProgramInterfaceQuerySupport()