/external/skia/src/sksl/ir/ |
D | SkSLLayout.h | 179 int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, in Layout() 188 , 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/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 371 …ce makeInputAttachmentAspectReference (deUint32 subpass, deUint32 inputAttachmentIndex, VkImageAsp… argument 375 res.inputAttachmentIndex = inputAttachmentIndex;
|
D | vkStructTypes.inl | 1444 deUint32 inputAttachmentIndex; member
|
D | vkVulkan_c.inl | 3960 deUint32 inputAttachmentIndex; member
|
D | vkStrUtilImpl.inl | 4225 s << "\tinputAttachmentIndex = " << value.inputAttachmentIndex << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 170 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in ConvertVkRenderPassCreateInfoToV2KHR()
|
D | core_validation.cpp | 9931 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in PreCallValidateCreateRenderPass()
|
/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/src/sksl/ |
D | SkSLParser.cpp | 758 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/ |
D | vktRenderPassTests.cpp | 828 …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/ |
D | vulkan.h | 4890 uint32_t inputAttachmentIndex; member
|
/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/swiftshader/include/vulkan/ |
D | vulkan_core.h | 4224 uint32_t inputAttachmentIndex; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4271 uint32_t inputAttachmentIndex; member
|
D | vulkan.hpp | 33179 , 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/ |
D | vulkan.h.in | 3957 uint32_t inputAttachmentIndex; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 6246 iaar.inputAttachmentIndex = 1; in TEST_F()
|