Searched refs:attribute_locations (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.hpp | 51 const char** attribute_names, const unsigned int* attribute_locations,
|
D | gl4cSparseBufferTests.cpp | 192 const unsigned int* attribute_locations, in createProgram() argument 271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram() 4317 …const unsigned int attribute_locations[] = { m_attribute_color_location, m_attribute_position_loca… in initTestCaseGlobal() local 4319 const unsigned int n_attributes = sizeof(attribute_locations) / sizeof(attribute_locations[0]); in initTestCaseGlobal() 4324 &vs_body, 1, attribute_names, attribute_locations, in initTestCaseGlobal()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 1117 …std::unordered_set<uint32_t> attribute_locations(vertex_input_state->vertexAttributeDescriptionCou… in manual_PreCallValidateCreateGraphicsPipelines() local 1120 auto const &location_it = attribute_locations.find(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines() 1121 if (location_it != attribute_locations.cend()) { in manual_PreCallValidateCreateGraphicsPipelines() 1129 attribute_locations.insert(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines()
|