Home
last modified time | relevance | path

Searched refs:decoration (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp61 const Decoration& decoration, in GetUnderlyingType() argument
64 if (decoration.struct_member_index() != Decoration::kInvalidMember) { in GetUnderlyingType()
71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType()
259 spv_result_t ValidateSingleBuiltInAtDefinition(const Decoration& decoration,
268 const Decoration& decoration, const Instruction& inst);
269 spv_result_t ValidateFragCoordAtDefinition(const Decoration& decoration,
271 spv_result_t ValidateFragDepthAtDefinition(const Decoration& decoration,
273 spv_result_t ValidateFrontFacingAtDefinition(const Decoration& decoration,
276 const Decoration& decoration, const Instruction& inst);
277 spv_result_t ValidateInvocationIdAtDefinition(const Decoration& decoration,
[all …]
Dvalidate_decorations.cpp72 for (auto& decoration : vstate.id_decorations(array_id)) { in GetArrayStride() local
73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
74 return decoration.params()[0]; in GetArrayStride()
135 for (auto& decoration : vstate.id_decorations(struct_id)) { in isMissingOffsetInStruct() local
136 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
137 Decoration::kInvalidMember != decoration.struct_member_index()) { in isMissingOffsetInStruct()
138 hasOffset[decoration.struct_member_index()] = true; in isMissingOffsetInStruct()
327 for (auto& decoration : vstate.id_decorations(member_id)) { in getSize() local
328 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
329 decoration.struct_member_index() == (int)lastIdx) { in getSize()
[all …]
Dvalidate_annotation.cpp25 std::string LogStringForDecoration(uint32_t decoration) { in LogStringForDecoration() argument
26 switch (decoration) { in LogStringForDecoration()
173 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorate() local
174 if (decoration == SpvDecorationSpecId) { in ValidateDecorate()
186 if ((decoration == SpvDecorationGLSLShared) || in ValidateDecorate()
187 (decoration == SpvDecorationGLSLPacked)) { in ValidateDecorate()
190 << LogStringForDecoration(decoration) in ValidateDecorate()
195 if (DecorationTakesIdParameters(decoration)) { in ValidateDecorate()
205 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorateId() local
206 if (!DecorationTakesIdParameters(decoration)) { in ValidateDecorateId()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_builtins.cpp61 const Decoration& decoration, in GetUnderlyingType() argument
64 if (decoration.struct_member_index() != Decoration::kInvalidMember) { in GetUnderlyingType()
71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType()
259 spv_result_t ValidateSingleBuiltInAtDefinition(const Decoration& decoration,
268 const Decoration& decoration, const Instruction& inst);
269 spv_result_t ValidateFragCoordAtDefinition(const Decoration& decoration,
271 spv_result_t ValidateFragDepthAtDefinition(const Decoration& decoration,
273 spv_result_t ValidateFrontFacingAtDefinition(const Decoration& decoration,
276 const Decoration& decoration, const Instruction& inst);
277 spv_result_t ValidateInvocationIdAtDefinition(const Decoration& decoration,
[all …]
Dvalidate_decorations.cpp72 for (auto& decoration : vstate.id_decorations(array_id)) { in GetArrayStride() local
73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
74 return decoration.params()[0]; in GetArrayStride()
135 for (auto& decoration : vstate.id_decorations(struct_id)) { in isMissingOffsetInStruct() local
136 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
137 Decoration::kInvalidMember != decoration.struct_member_index()) { in isMissingOffsetInStruct()
138 hasOffset[decoration.struct_member_index()] = true; in isMissingOffsetInStruct()
327 for (auto& decoration : vstate.id_decorations(member_id)) { in getSize() local
328 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
329 decoration.struct_member_index() == (int)lastIdx) { in getSize()
[all …]
Dvalidate_annotation.cpp25 std::string LogStringForDecoration(uint32_t decoration) { in LogStringForDecoration() argument
26 switch (decoration) { in LogStringForDecoration()
173 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorate() local
174 if (decoration == SpvDecorationSpecId) { in ValidateDecorate()
186 if ((decoration == SpvDecorationGLSLShared) || in ValidateDecorate()
187 (decoration == SpvDecorationGLSLPacked)) { in ValidateDecorate()
190 << LogStringForDecoration(decoration) in ValidateDecorate()
195 if (DecorationTakesIdParameters(decoration)) { in ValidateDecorate()
205 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorateId() local
206 if (!DecorationTakesIdParameters(decoration)) { in ValidateDecorateId()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp61 const Decoration& decoration, in GetUnderlyingType() argument
64 if (decoration.struct_member_index() != Decoration::kInvalidMember) { in GetUnderlyingType()
71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType()
259 spv_result_t ValidateSingleBuiltInAtDefinition(const Decoration& decoration,
268 const Decoration& decoration, const Instruction& inst);
269 spv_result_t ValidateFragCoordAtDefinition(const Decoration& decoration,
271 spv_result_t ValidateFragDepthAtDefinition(const Decoration& decoration,
273 spv_result_t ValidateFrontFacingAtDefinition(const Decoration& decoration,
276 const Decoration& decoration, const Instruction& inst);
277 spv_result_t ValidateInvocationIdAtDefinition(const Decoration& decoration,
[all …]
Dvalidate_decorations.cpp72 for (auto& decoration : vstate.id_decorations(array_id)) { in GetArrayStride() local
73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
74 return decoration.params()[0]; in GetArrayStride()
135 for (auto& decoration : vstate.id_decorations(struct_id)) { in isMissingOffsetInStruct() local
136 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
137 Decoration::kInvalidMember != decoration.struct_member_index()) { in isMissingOffsetInStruct()
138 hasOffset[decoration.struct_member_index()] = true; in isMissingOffsetInStruct()
327 for (auto& decoration : vstate.id_decorations(member_id)) { in getSize() local
328 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
329 decoration.struct_member_index() == (int)lastIdx) { in getSize()
[all …]
Dvalidate_annotation.cpp25 std::string LogStringForDecoration(uint32_t decoration) { in LogStringForDecoration() argument
26 switch (decoration) { in LogStringForDecoration()
173 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorate() local
174 if (decoration == SpvDecorationSpecId) { in ValidateDecorate()
186 if ((decoration == SpvDecorationGLSLShared) || in ValidateDecorate()
187 (decoration == SpvDecorationGLSLPacked)) { in ValidateDecorate()
190 << LogStringForDecoration(decoration) in ValidateDecorate()
195 if (DecorationTakesIdParameters(decoration)) { in ValidateDecorate()
205 const auto decoration = inst->GetOperandAs<uint32_t>(1); in ValidateDecorateId() local
206 if (!DecorationTakesIdParameters(decoration)) { in ValidateDecorateId()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.450.tesc8 float sMem1; // should not see a patch decoration
9 float sMem2; // should not see a patch decoration
13 highp float bMem1; // should not see a location decoration
15 S s; // should see a patch decoration
24 highp float bMem1; // should not see a location decoration
26 S s; // should see a patch decoration
/external/deqp-deps/glslang/Test/
Dspv.450.tesc8 float sMem1; // should not see a patch decoration
9 float sMem2; // should not see a patch decoration
13 highp float bMem1; // should not see a location decoration
15 S s; // should see a patch decoration
24 highp float bMem1; // should not see a location decoration
26 S s; // should see a patch decoration
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvPostProcess.cpp258 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() argument
259 if (decoration.get()->getOpCode() == OpMemberDecorate && in postProcess()
260 decoration.get()->getIdOperand(0) == typeId && in postProcess()
261 decoration.get()->getImmediateOperand(1) == c && in postProcess()
262 (decoration.get()->getImmediateOperand(2) == DecorationOffset || in postProcess()
263decoration.get()->getImmediateOperand(2) == DecorationMatrixStride)) { in postProcess()
264 alignment |= decoration.get()->getImmediateOperand(3); in postProcess()
273 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() argument
274 if (decoration.get()->getOpCode() == OpDecorate && in postProcess()
275 decoration.get()->getIdOperand(0) == typeId && in postProcess()
[all …]
/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp258 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() argument
259 if (decoration.get()->getOpCode() == OpMemberDecorate && in postProcess()
260 decoration.get()->getIdOperand(0) == typeId && in postProcess()
261 decoration.get()->getImmediateOperand(1) == c && in postProcess()
262 (decoration.get()->getImmediateOperand(2) == DecorationOffset || in postProcess()
263decoration.get()->getImmediateOperand(2) == DecorationMatrixStride)) { in postProcess()
264 alignment |= decoration.get()->getImmediateOperand(3); in postProcess()
273 const auto function = [&](const std::unique_ptr<Instruction>& decoration) { in postProcess() argument
274 if (decoration.get()->getOpCode() == OpDecorate && in postProcess()
275 decoration.get()->getIdOperand(0) == typeId && in postProcess()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp88 for (Instruction* decoration : group_decorations) { in RemoveDecorationsFrom()
89 if (!pred(*decoration)) group_decorations_to_keep.push_back(decoration); in RemoveDecorationsFrom()
137 for (Instruction* decoration : group_decorations_to_keep) { in RemoveDecorationsFrom()
140 decoration->Clone(module_->context())); in RemoveDecorationsFrom()
395 void DecorationManager::AddDecoration(uint32_t inst_id, uint32_t decoration) { in AddDecoration() argument
399 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}}); in AddDecoration()
402 void DecorationManager::AddDecorationVal(uint32_t inst_id, uint32_t decoration, in AddDecorationVal() argument
407 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddDecorationVal()
413 uint32_t decoration, in AddMemberDecoration() argument
419 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddMemberDecoration()
[all …]
Ddecoration_manager.h96 void ForEachDecoration(uint32_t id, uint32_t decoration,
103 bool WhileEachDecoration(uint32_t id, uint32_t decoration,
110 bool FindDecoration(uint32_t id, uint32_t decoration,
132 void AddDecoration(uint32_t inst_id, uint32_t decoration);
135 void AddDecorationVal(uint32_t inst_id, uint32_t decoration,
140 uint32_t decoration, uint32_t decoration_value);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp87 for (Instruction* decoration : group_decorations) { in RemoveDecorationsFrom()
88 if (!pred(*decoration)) group_decorations_to_keep.push_back(decoration); in RemoveDecorationsFrom()
137 for (Instruction* decoration : group_decorations_to_keep) { in RemoveDecorationsFrom()
140 decoration->Clone(module_->context())); in RemoveDecorationsFrom()
392 void DecorationManager::AddDecoration(uint32_t inst_id, uint32_t decoration) { in AddDecoration() argument
396 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}}); in AddDecoration()
399 void DecorationManager::AddDecorationVal(uint32_t inst_id, uint32_t decoration, in AddDecorationVal() argument
404 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddDecorationVal()
410 uint32_t decoration, in AddMemberDecoration() argument
416 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddMemberDecoration()
[all …]
Ddecoration_manager.h95 void ForEachDecoration(uint32_t id, uint32_t decoration,
102 bool WhileEachDecoration(uint32_t id, uint32_t decoration,
109 bool FindDecoration(uint32_t id, uint32_t decoration,
131 void AddDecoration(uint32_t inst_id, uint32_t decoration);
134 void AddDecorationVal(uint32_t inst_id, uint32_t decoration,
139 uint32_t decoration, uint32_t decoration_value);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddecoration_manager.cpp88 for (Instruction* decoration : group_decorations) { in RemoveDecorationsFrom()
89 if (!pred(*decoration)) group_decorations_to_keep.push_back(decoration); in RemoveDecorationsFrom()
137 for (Instruction* decoration : group_decorations_to_keep) { in RemoveDecorationsFrom()
140 decoration->Clone(module_->context())); in RemoveDecorationsFrom()
395 void DecorationManager::AddDecoration(uint32_t inst_id, uint32_t decoration) { in AddDecoration() argument
399 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}}); in AddDecoration()
402 void DecorationManager::AddDecorationVal(uint32_t inst_id, uint32_t decoration, in AddDecorationVal() argument
407 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddDecorationVal()
413 uint32_t decoration, in AddMemberDecoration() argument
419 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {decoration}}, in AddMemberDecoration()
[all …]
Ddecoration_manager.h96 void ForEachDecoration(uint32_t id, uint32_t decoration,
103 bool WhileEachDecoration(uint32_t id, uint32_t decoration,
110 bool FindDecoration(uint32_t id, uint32_t decoration,
132 void AddDecoration(uint32_t inst_id, uint32_t decoration);
135 void AddDecorationVal(uint32_t inst_id, uint32_t decoration,
140 uint32_t decoration, uint32_t decoration_value);
/external/oboe/docs/reference/search/
Dsearch.css126 text-decoration: none;
133 text-decoration: none;
142 text-decoration: none;
149 text-decoration: none;
204 text-decoration: none;
212 text-decoration: none;
218 text-decoration: underline;
257 text-decoration: none;
/external/tinyxml2/docs/search/
Dsearch.css126 text-decoration: none;
133 text-decoration: none;
142 text-decoration: none;
149 text-decoration: none;
204 text-decoration: none;
212 text-decoration: none;
218 text-decoration: underline;
257 text-decoration: none;
/external/angle/third_party/vulkan_memory_allocator/docs/html/search/
Dsearch.css126 text-decoration: none;
133 text-decoration: none;
142 text-decoration: none;
149 text-decoration: none;
204 text-decoration: none;
212 text-decoration: none;
218 text-decoration: underline;
257 text-decoration: none;
/external/testng/doc/
Dtestng.css106 text-decoration: none;
114 text-decoration: none;
118 text-decoration: none;
123 text-decoration: none;
135 text-decoration: none;
/external/icu/icu4c/
Dicu4c.css77 text-decoration: none;
83 text-decoration: underline;
96 text-decoration: none;
102 text-decoration: underline;
114 text-decoration: none;
120 text-decoration: underline;
172 text-decoration: none;
185 text-decoration: none;
202 text-decoration: underline;
234 text-decoration: none;
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp142 uint32_t decoration; in IsIndependentlyRemovableDecoration() local
147 decoration = inst.GetSingleWordInOperand(1u); in IsIndependentlyRemovableDecoration()
151 decoration = inst.GetSingleWordInOperand(2u); in IsIndependentlyRemovableDecoration()
163 switch (decoration) { in IsIndependentlyRemovableDecoration()

12345678910>>...14