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/c/eager/
Dc_api.cc609 int resource_index = op_def.input_arg_size() - num_resource_inputs; in OpToFunction() local
622 << " to func input " << resource_index; in OpToFunction()
623 (*op_input_to_func_input)[i] = resource_index; in OpToFunction()
624 func_input_arg = signature->mutable_input_arg(resource_index++); in OpToFunction()
641 DCHECK_EQ(signature->input_arg_size(), resource_index); in OpToFunction()
/external/v8/src/snapshot/
Dserializer.h308 FixedArray* source_cache, int resource_index);
Dserializer.cc693 FixedArray* source_cache, int resource_index) { in SerializeExternalNativeSourceString() argument
702 sink_->Put(resource_index, "NativesStringResource"); in SerializeExternalNativeSourceString()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1758 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1761 rview = state->views[resource_index]; in r600_emit_sampler_views()
1765 radeon_emit(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
Devergreen_state.c1988 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
1991 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
1995 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()