Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLayout.h179 int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, in Layout()
188 , 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/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl371 …ce makeInputAttachmentAspectReference (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument
375 res.inputAttachmentIndex = inputAttachmentIndex;
DvkStructTypes.inl1444 deUint32 inputAttachmentIndex; member
DvkVulkan_c.inl3960 deUint32 inputAttachmentIndex; member
DvkStrUtilImpl.inl4225 s << "\tinputAttachmentIndex = " << value.inputAttachmentIndex << '\n';
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp170 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in ConvertVkRenderPassCreateInfoToV2KHR()
Dcore_validation.cpp9931 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in PreCallValidateCreateRenderPass()
/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/src/sksl/
DSkSLParser.cpp758 int inputAttachmentIndex = -1; in layout() local
769 inputAttachmentIndex, format, primitive, maxVertices, invocations, when, in layout()
797 inputAttachmentIndex = this->layoutInt(); in layout()
912 return Layout(flags, location, offset, binding, index, set, builtin, inputAttachmentIndex, in layout()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp828 …log << TestLog::Message << "InputAttachmentIndex: " << inputAspect.inputAttachmentIndex << TestLog… in logRenderPassInfo()
5242 const deUint32 inputAttachmentIndex = subpassInputAttachments[inputAttachmentNdx]; in addAttachmentAllocationTests() local
5244 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5246 if(*lastUseOfAttachment[inputAttachmentIndex] == subpassIndex) in addAttachmentAllocationTests()
5268 deps.push_back(SubpassDependency(*lastUseOfAttachment[inputAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5285 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5290 bool col = colorAttachments.find(inputAttachmentIndex) != colorAttachments.end(); in addAttachmentAllocationTests()
/external/mesa3d/include/vulkan/
Dvulkan.h4890 uint32_t inputAttachmentIndex; member
/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/swiftshader/include/vulkan/
Dvulkan_core.h4224 uint32_t inputAttachmentIndex; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4271 uint32_t inputAttachmentIndex; member
Dvulkan.hpp33179 , inputAttachmentIndex( inputAttachmentIndex_ ) in InputAttachmentAspectReference()
33202 inputAttachmentIndex = inputAttachmentIndex_; in setInputAttachmentIndex()
33225 && ( inputAttachmentIndex == rhs.inputAttachmentIndex ) in operator ==()
33235 uint32_t inputAttachmentIndex; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3957 uint32_t inputAttachmentIndex; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp6246 iaar.inputAttachmentIndex = 1; in TEST_F()