Home
last modified time | relevance | path

Searched refs:inputAttachmentIndex (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp401 void declareVariablesForFetch(const unsigned int inputAttachmentIndex, in declareVariablesForFetch() argument
404 mDataLoadVarList[inputAttachmentIndex] = dataLoadVar; in declareVariablesForFetch()
408 new TIntermSymbol(mDataLoadVarList[inputAttachmentIndex]); in declareVariablesForFetch()
427 const unsigned int inputAttachmentIndex);
428 void addInputAttachmentUniform(const unsigned int inputAttachmentIndex);
434 const unsigned int inputAttachmentIndex,
472 const unsigned int inputAttachmentIndex) in declareSubpassInputVariableImpl() argument
482 inputAttachmentQualifier.inputAttachmentIndex = inputAttachmentIndex; in declareSubpassInputVariableImpl()
485 mInputAttachmentVarList[inputAttachmentIndex] = in declareSubpassInputVariableImpl()
486 new TVariable(mSymbolTable, getInputAttachmentName(inputAttachmentIndex), in declareSubpassInputVariableImpl()
[all …]
/external/skia/include/sksl/
DDSLLayout.h71 DSLLayout& inputAttachmentIndex(int inputAttachmentIndex, PositionInfo pos = PositionInfo()) {
72 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex,
/external/skia/include/private/
DSkSLLayout.h114 int inputAttachmentIndex, Primitive primitive, int maxVertices, int invocations, in Layout()
123 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
/external/skqp/src/sksl/ir/
DSkSLLayout.h179 int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, in Layout()
188 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
/external/angle/src/compiler/translator/
DBaseTypes.h1299 inputAttachmentIndex == -1 && noncoherent == false; in isEmpty()
1308 bool subpassInputSpecified = (inputAttachmentIndex != -1); in isCombinationValid()
1367 int inputAttachmentIndex; member
1392 inputAttachmentIndex(-1), in TLayoutQualifier()
DOutputVulkanGLSL.cpp109 out << "input_attachment_index=" << layoutQualifier.inputAttachmentIndex; in writeLayoutQualifier()
DBuildSPIRV.cpp1577 {spirv::LiteralInteger(layoutQualifier.inputAttachmentIndex)}); in writeInterfaceVariableDecorations()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl371 …ce makeInputAttachmentAspectReference (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument
375 res.inputAttachmentIndex = inputAttachmentIndex;
DvkStructTypes.inl1447 deUint32 inputAttachmentIndex; member
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp170 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in ConvertVkRenderPassCreateInfoToV2KHR()
/external/skia/src/sksl/
DSkSLRehydrator.cpp110 int inputAttachmentIndex = this->readS8(); in layout() local
117 inputAttachmentIndex, (Layout::Primitive)primitive, maxVertices, in layout()
DSkSLParser.cpp885 int inputAttachmentIndex = -1; in layout() local
894 inputAttachmentIndex, primitive, maxVertices, invocations, when, ctype); in layout()
963 inputAttachmentIndex = this->layoutInt(); in layout()
1017 return Layout(flags, location, offset, binding, index, set, builtin, inputAttachmentIndex, in layout()
/external/skqp/src/sksl/
DSkSLParser.cpp757 int inputAttachmentIndex = -1; in layout() local
768 inputAttachmentIndex, format, primitive, maxVertices, invocations, when, in layout()
796 inputAttachmentIndex = this->layoutInt(); in layout()
911 return Layout(flags, location, offset, binding, index, set, builtin, inputAttachmentIndex, in layout()
/external/skia/tests/
DSkSLDSLTest.cpp1792 .inputAttachmentIndex(7), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1846 DSLLayout().inputAttachmentIndex(1).inputAttachmentIndex(2); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp3820 … (uint32_t inputAttachmentIndex = 0; inputAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass() local
3822 …ndex, inputAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[sub… in PreCallValidateCreateRenderPass()
6866 … (uint32_t inputAttachmentIndex = 0; inputAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass2KHR() local
6868 …ndex, inputAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[sub… in PreCallValidateCreateRenderPass2KHR()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp890 …log << TestLog::Message << "InputAttachmentIndex: " << inputAspect.inputAttachmentIndex << TestLog… in logRenderPassInfo()
5443 const deUint32 inputAttachmentIndex = subpassInputAttachments[inputAttachmentNdx]; in addAttachmentAllocationTests() local
5445 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5449 const deUint32 srcPass = *lastUseOfAttachment[inputAttachmentIndex]; in addAttachmentAllocationTests()
5486 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5491 bool col = colorAttachments.find(inputAttachmentIndex) != colorAttachments.end(); in addAttachmentAllocationTests()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp203 ASSERT(aspectReference.inputAttachmentIndex < subpassDescription.inputAttachmentCount); in ValidateRenderPassPNextChain()
204 … &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttachmentIndex]; in ValidateRenderPassPNextChain()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4104 uint32_t inputAttachmentIndex; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4104 uint32_t inputAttachmentIndex; member
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp2087 iaar.inputAttachmentIndex = 1; in TEST_F()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4461 uint32_t inputAttachmentIndex; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h4465 uint32_t inputAttachmentIndex; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h4461 uint32_t inputAttachmentIndex; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h4773 uint32_t inputAttachmentIndex; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp30635 , inputAttachmentIndex( inputAttachmentIndex_ )
30664 inputAttachmentIndex = inputAttachmentIndex_; in setInputAttachmentIndex()
30690 return ( subpass == rhs.subpass ) && ( inputAttachmentIndex == rhs.inputAttachmentIndex ) && in operator ==()
30702 uint32_t inputAttachmentIndex = {}; member

12