Home
last modified time | relevance | path

Searched refs:STRUCT_MEMBER (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp77 STRUCT_MEMBER = 0, enumerator
130 SubTypeAccess& member (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access struct element. in member()
269 else if (curComp.type == VarTypeComponent::STRUCT_MEMBER) in removeTraversed()
312 m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, 0)); in findNext()
327 if (pathIter->type == VarTypeComponent::STRUCT_MEMBER) in isValidTypePath()
390 if (pathIter->type == VarTypeComponent::STRUCT_MEMBER) in getVarType()
H A DgluVarTypeUtil.cpp125 path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); in parseTypePath()
179 case VarTypeComponent::STRUCT_MEMBER: in operator <<()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c191 #define STRUCT_MEMBER(blockoffset, name, offset, size, op, clamp) \ macro
202 STRUCT_MEMBER(blockoffset, name, offset, 2, nir_ishl(b, nir_imm_int(b, shift), val), clamp)
205 STRUCT_MEMBER(blockoffset, name, offset, 1, nir_ieq_imm(b, val, 1), 0)
222 STRUCT_MEMBER(80, blocksize, 1, 7, nir_iadd_imm(b, val, 1), 128); in init_pbo_shader_data()
235 STRUCT_MEMBER(96, channels, 0, 2, nir_iadd_imm(b, val, 1), 4); in init_pbo_shader_data()
236 STRUCT_MEMBER(96, bits1, 2, 6, val, 32); in init_pbo_shader_data()
242 STRUCT_MEMBER(104, bits2, 2, 6, val, 32); in init_pbo_shader_data()
247 STRUCT_MEMBER(112, bits3, 0, 6, val, 32); in init_pbo_shader_data()
251 STRUCT_MEMBER(120, bits4, 0, 6, val, 32); in init_pbo_shader_data()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp149 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getStructMemberName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp149 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getStructMemberName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1143 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()
1186 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1049 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()
1090 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1143 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()
1186 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp311 case glu::VarTypeComponent::STRUCT_MEMBER: prefix = "_m"; break; in getAttributeName()

Completed in 27 milliseconds