Home
last modified time | relevance | path

Searched defs:attribute_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1706 const GLint attribute_offset = group_offset + i * n_elements; in configureAttribute() local
1849 const GLint attribute_offset = n_type * n_attributes; in getProgramDetails() local
2455 const GLuint attribute_offset = attribute + group_offset; in setAttributes_a_scalar() local
2485 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_a_vec() local
2526 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_b() local
2557 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_c() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp230 size_t attribute_offset = tag_size + 4 /* byte-size */; in merge() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp968 const auto attribute_offset = attribute_description.offset; in ValidatePipelineDrawtimeState() local