| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectPipelineInteractionTests.cpp | 199 vk::VkDescriptorSetLayout layout = descriptorSetLayout.get(); in iterate() local 899 vk::VkDescriptorSetLayout layout = descriptorSetLayout.get(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationSmokeTests.cpp | 702 vk::Move<VkPipelineLayout> layout; in generateWork() local
|
| H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 820 D3D11_INPUT_ELEMENT_DESC layout[] = in DX11Operation() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktShaderLibrary.cpp | 619 ValueBufferLayout layout; computeStd140Layout() local 642 ValueBufferLayout layout; computeStd430Layout() local 694 copyToLayout(void* dst, const ValueBufferLayout& layout, const vector<Value>& values, int arrayNdx) copyToLayout() argument 982 getVertexAttributeDescriptions(const vector<Value>& inputValues, const ValueBufferLayout& layout) getVertexAttributeDescriptions() argument 1213 writeValuesToMem(Context& context, const vk::Allocation& dst, const ValueBufferLayout& layout, const vector<Value>& values, int arrayNdx) writeValuesToMem() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| H A D | vktWsiDisplayControlTests.cpp | 506 createPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout layout, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, deUint32 width, deUint32 height) createPipeline() argument
|
| H A D | vktWsiDisplayTimingTests.cpp | 459 createPipeline(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkPipelineLayout layout, vk::VkShaderModule vertexShaderModule, vk::VkShaderModule fragmentShaderModule, deUint32 width, deUint32 height) createPipeline() argument
|
| H A D | vktWsiIncrementalPresentTests.cpp | 539 createPipeline(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkPipelineLayout layout, vk::VkShaderModule vertexShaderModule, vk::VkShaderModule fragmentShaderModule, deUint32 width, deUint32 height) createPipeline() argument
|
| H A D | vktWsiSharedPresentableImageTests.cpp | 453 createPipeline(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkPipelineLayout layout, vk::VkShaderModule vertexShaderModule, vk::VkShaderModule fragmentShaderModule, deUint32 width, deUint32 height) createPipeline() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiPipelineTests.cpp | 483 Move<VkRenderPass> createSimpleRenderPass (const DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout layout) in createSimpleRenderPass() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingBufferDeviceAddressTests.cpp | 120 Layout layout; member 403 std::string layout = m_data.layout == LAYOUT_SCALAR ? "scalar" : "std140"; initPrograms() local [all...] |
| H A D | vktBindingDescriptorUpdateTests.cpp | 385 vk::VkImageLayout layout = vk::VK_IMAGE_LAYOUT_UNDEFINED; in getMainImageShaderLayout() local [all...] |
| H A D | vktBindingShaderAccessTests.cpp | 384 vk::VkDescriptorImageInfo makeDescriptorImageInfo (vk::VkImageView imageView, vk::VkImageLayout layout) in makeDescriptorImageInfo() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawAndClearTests.cpp | 503 void ConditionalRenderingBaseTestInstance::createRenderPass (VkFormat format, VkImageLayout layout) in createRenderPass() argument 1281 void ConditionalRenderingUpdateBufferWithDrawTestInstance::createRenderPass (VkFormat format, VkImageLayout layout) in createRenderPass() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1009 Dependency<PipelineLayout> layout; member 1223 Dependency<PipelineLayout> layout; member [all...] |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1027 Dependency<PipelineLayout> layout; member 1241 Dependency<PipelineLayout> layout; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputHLSL.cpp | 1185 TLayoutQualifier layout = variableType.getLayoutQualifier(); in visitSymbol() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 792 String buildUniformDecl(const String& keyword, const String& layout, const String& uniform_type, in buildUniformDecl() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockCase.cpp | 433 void computeStd140Layout(UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, in computeStd140Layout() argument 548 void computeStd140Layout(UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout() argument 646 generateValues(const UniformLayout& layout, const std::map<int, void*>& blockPointers, deUint32 seed) generateValues() argument 923 generateCompareSrc(std::ostringstream& src, const char* resultVar, const VarType& type, const char* srcName, const char* apiName, const UniformLayout& layout, const void* basePtr, deUint32 unusedMask) generateCompareSrc() argument 981 generateCompareSrc(std::ostringstream& src, const char* resultVar, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers, bool isVertex) generateCompareSrc() argument 1023 generateVertexShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers) generateVertexShader() argument 1063 generateFragmentShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers) generateFragmentShader() argument 1102 getGLUniformLayout(const glw::Functions& gl, UniformLayout& layout, deUint32 program) getGLUniformLayout() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsTestsUtils.cpp | 158 getElementSizeInBytes( const subgroups::Format format, const subgroups::SSBOData::InputDataLayoutType layout) getElementSizeInBytes() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| H A D | engine_dawn.cc | 459 MakeBindGroup( const ::dawn::Device& device, const ::dawn::BindGroupLayout& layout, const std::vector<BindingInitializationHelper>& bindingsInitializer) MakeBindGroup() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validation_state.cpp | 99 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, SpvOp op) { in IsInstructionInLayoutSection() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_wrapper.h | 873 ANGLE_INLINE void CommandBuffer::bindDescriptorSets(const PipelineLayout &layout, in bindDescriptorSets() argument 911 ANGLE_INLINE void CommandBuffer::pushConstants(const PipelineLayout &layout, in pushConstants() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 1415 void CommandBuffer::pushConstants(PipelineLayout *layout, VkShaderStageFlags stageFlags, in pushConstants() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validation_state.cpp | 99 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, SpvOp op) { in IsInstructionInLayoutSection() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | CommandBufferD3D12.cpp | 158 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordFirstIndexOffset() local 248 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordNumWorkgroupsForDispatch() local
|