Searched refs:attribute_index (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 2569 const glw::GLchar* attribute_index, in getSamplingFunctionCall() argument 2584 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 2601 …stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index) <<… in getSamplingFunctionCall() 2602 << var2str(attribute_name_prefix, attribute_lod, attribute_index); in getSamplingFunctionCall() 2620 …stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index) <<… in getSamplingFunctionCall() 2621 << var2str(attribute_name_prefix, attribute_grad_x, attribute_index) << ", " in getSamplingFunctionCall() 2622 << var2str(attribute_name_prefix, attribute_grad_y, attribute_index); in getSamplingFunctionCall() 2649 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 2667 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 3031 const glw::GLchar* attribute_name_prefix, const glw::GLchar* attribute_index, in getShadowSamplingFunctionCall() argument [all …]
|
D | esextcTextureCubeMapArraySampling.hpp | 621 const glw::GLchar* attribute_index, const glw::GLchar* color_variable_name, 641 const glw::GLchar* attribute_index, const glw::GLchar* color_variable_name,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 2438 const GLint attribute_index = n_attributes * n_type; in setAttributes_a_scalar() local 2450 out_buffer_data[attribute_offset] = attribute + attribute_index + vertex * 2; in setAttributes_a_scalar() 2465 const GLint attribute_index = n_attributes * n_type; in setAttributes_a_vec() local 2482 out_buffer_data[attribute_offset + i] = attribute + attribute_index + vertex * 3 + i + 1; in setAttributes_a_vec() 2498 const GLint attribute_index = n_attributes * n_type; in setAttributes_b() local 2523 out_buffer_data[attribute_offset + i] = attribute + attribute_index + vertex * n_elements + i; in setAttributes_b() 2539 const GLint attribute_index = n_attributes * n_type; in setAttributes_c() local 2554 out_buffer_data[attribute_offset + i] = n_type + attribute + attribute_index + vertex * 16 + i; in setAttributes_c()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_pack.c | 371 hex |= ((uint64_t) I->attribute_index) << 20; in va_pack_alu() 415 hex |= ((uint64_t) I->attribute_index) << 20; in va_pack_alu()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 426 uint32_t attribute_index; member
|