/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 401 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/ |
D | DSLLayout.h | 71 DSLLayout& inputAttachmentIndex(int inputAttachmentIndex, PositionInfo pos = PositionInfo()) { 72 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex,
|
/external/skia/include/private/ |
D | SkSLLayout.h | 114 int inputAttachmentIndex, Primitive primitive, int maxVertices, int invocations, in Layout() 123 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
|
/external/skqp/src/sksl/ir/ |
D | SkSLLayout.h | 179 int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, in Layout() 188 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
|
/external/angle/src/compiler/translator/ |
D | BaseTypes.h | 1299 inputAttachmentIndex == -1 && noncoherent == false; in isEmpty() 1308 bool subpassInputSpecified = (inputAttachmentIndex != -1); in isCombinationValid() 1367 int inputAttachmentIndex; member 1392 inputAttachmentIndex(-1), in TLayoutQualifier()
|
D | OutputVulkanGLSL.cpp | 109 out << "input_attachment_index=" << layoutQualifier.inputAttachmentIndex; in writeLayoutQualifier()
|
D | BuildSPIRV.cpp | 1577 {spirv::LiteralInteger(layoutQualifier.inputAttachmentIndex)}); in writeInterfaceVariableDecorations()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 371 …ce makeInputAttachmentAspectReference (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument 375 res.inputAttachmentIndex = inputAttachmentIndex;
|
D | vkStructTypes.inl | 1447 deUint32 inputAttachmentIndex; member
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 170 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in ConvertVkRenderPassCreateInfoToV2KHR()
|
/external/skia/src/sksl/ |
D | SkSLRehydrator.cpp | 110 int inputAttachmentIndex = this->readS8(); in layout() local 117 inputAttachmentIndex, (Layout::Primitive)primitive, maxVertices, in layout()
|
D | SkSLParser.cpp | 885 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/ |
D | SkSLParser.cpp | 757 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/ |
D | SkSLDSLTest.cpp | 1792 .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/ |
D | parameter_validation.cpp | 3820 … (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/ |
D | vktRenderPassTests.cpp | 890 …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/ |
D | libVulkan.cpp | 203 ASSERT(aspectReference.inputAttachmentIndex < subpassDescription.inputAttachmentCount); in ValidateRenderPassPNextChain() 204 … &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttachmentIndex]; in ValidateRenderPassPNextChain()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4104 uint32_t inputAttachmentIndex; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4104 uint32_t inputAttachmentIndex; member
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 2087 iaar.inputAttachmentIndex = 1; in TEST_F()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4461 uint32_t inputAttachmentIndex; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 4465 uint32_t inputAttachmentIndex; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 4461 uint32_t inputAttachmentIndex; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 4773 uint32_t inputAttachmentIndex; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 30635 , inputAttachmentIndex( inputAttachmentIndex_ ) 30664 inputAttachmentIndex = inputAttachmentIndex_; in setInputAttachmentIndex() 30690 return ( subpass == rhs.subpass ) && ( inputAttachmentIndex == rhs.inputAttachmentIndex ) && in operator ==() 30702 uint32_t inputAttachmentIndex = {}; member
|