| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 1424 const struct lvp_descriptor_set_layout *layout = increment_dyn_info() local 3266 const struct lvp_descriptor_set_layout *layout = handle_compute_push_descriptor_set() local 3376 const struct lvp_descriptor_set_layout *layout = handle_push_descriptor_set_generic() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 1392 enum mesa_format_layout layout = _mesa_get_format_layout(format); in _mesa_target_can_be_compressed() local 5253 enum mesa_format_layout layout; in compressed_subtexture_target_check() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 452 VkImageLayout layout; member 456 VkImageLayout layout; member 645 const struct dzn_descriptor_set_layout *layout; member
|
| /third_party/libdrm/ |
| H A D | xf86drm.c | 522 uint64_t layout = modifier & 0xff; in drmGetFormatModifierNameFromAmlogic() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 1456 VkImageLayout layout = get_layout_for_binding(ctx, res, ZINK_DESCRIPTOR_TYPE_SAMPLER_VIEW, is_compute); in update_binds_for_samplerviews() local 1498 VkImageLayout layout = res->bind_count[is_compute] ? zink_descriptor_util_image_layout_eval(ctx, res, is_compute) : VK_IMAGE_LAYOUT_UNDEFINED; in check_for_layout_update() local 2451 VkImageLayout layout; zink_prep_fb_attachment() local 2993 access_src_flags(VkImageLayout layout) access_src_flags() argument 3029 access_dst_flags(VkImageLayout layout) access_dst_flags() argument 3064 pipeline_dst_stage(VkImageLayout layout) pipeline_dst_stage() argument 3214 resource_check_defer_image_barrier(struct zink_context *ctx, struct zink_resource *res, VkImageLayout layout, VkPipelineStageFlags pipeline) resource_check_defer_image_barrier() argument 3368 zink_resource_needs_barrier(struct zink_resource *res, VkImageLayout layout, VkAccessFlags flags, VkPipelineStageFlags pipeline) zink_resource_needs_barrier() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 1803 Dependency<PipelineLayout> layout; member 2040 Dependency<PipelineLayout> layout; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineLibraryTests.cpp | 778 createDescriptorSet(const VkDescriptorPool pool, const VkDescriptorSetLayout layout, const VkBuffer vertShaderBuffer, const VkBuffer fragShaderBuffer) createDescriptorSet() argument 1952 Move<VkPipelineLayout> layout = createPipelineLayout(vk, device, &pipelineLayoutParams); runCompareLinkTimes() local [all...] |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2150 dispatchVerifyConstantColor(Context& context, TestObjects& testObjects, const Move<VkImageView>& imageView, const VkImageLayout layout, const Move<VkImageView>& verifyImageView, const Move<VkBuffer>& verificationBuffer, const deUint32 pushConstantSize, const void* pushConstants, const std::string& shaderName) dispatchVerifyConstantColor() argument [all...] |
| H A D | vktPipelineTimestampTests.cpp | 2674 initialImageTransition(VkCommandBuffer cmdBuffer, VkImage image, VkImageSubresourceRange subRange, VkImageLayout layout) initialImageTransition() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 656 void generateLayout(Layout &layout, const CaseDef &caseDef) in generateLayout() argument 944 Layout layout; initPrograms() local 1783 Layout layout; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 888 allocateSingleDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) allocateSingleDescriptorSet() argument 1620 getLayoutStride(const vector<VarLayout>& layout) getLayoutStride() argument 1625 computeVarLayout(const std::vector<Symbol>& symbols, std::vector<VarLayout>* layout) computeVarLayout() argument 1775 copyToBuffer(const glu::VarType& varType, const VarLayout& layout, int numValues, const void* srcBasePtr, void* dstBasePtr, bool packFloat16Bit) copyToBuffer() argument 1816 copyFromBuffer(const glu::VarType& varType, const VarLayout& layout, int numValues, const void* srcBasePtr, void* dstBasePtr) copyFromBuffer() argument 1859 const VarLayout& layout = m_inputLayout[inputNdx]; uploadInputBuffer() local 1880 const VarLayout& layout = m_outputLayout[outputNdx]; readOutputBuffer() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 467 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument 606 computeReferenceLayout(BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) computeReferenceLayout() argument 714 computeReferenceLayout(BufferLayout& layout, ShaderInterface& interface) computeReferenceLayout() argument 821 generateValues(const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers, deUint32 seed) generateValues() argument 1280 generateCompareSrc(std::ostream& src, const char* resultVar, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers, MatrixLoadFlags matrixLoadFlag) generateCompareSrc() argument 1391 generateWriteSrc(std::ostream& src, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers, MatrixStoreFlags matrixStoreFlag) generateWriteSrc() argument 1420 generateComputeShader(const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& comparePtrs, const vector<BlockDataPtr>& writePtrs, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) generateComputeShader() argument 1593 copyNonWrittenData( const BufferLayout& layout, const BufferBlock& block, int instanceNdx, const BlockDataPtr& srcBlockPtr, const BlockDataPtr& dstBlockPtr, const BufferVar& bufVar, const glu::SubTypeAccess& accessPath) copyNonWrittenData() argument 1633 copyNonWrittenData(const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& srcPtrs, const vector<BlockDataPtr>& dstPtrs) copyNonWrittenData() argument 1858 hasUnsizedArray(const BufferLayout& layout, const BlockLayoutEntry& entry) hasUnsizedArray() argument 1869 getUnsizedArrayStride(const BufferLayout& layout, const BlockLayoutEntry& entry) getUnsizedArrayStride() argument 1884 computeBufferSizes(const ShaderInterface& interface, const BufferLayout& layout) computeBufferSizes() argument 1915 getBlockDataPtr(const BufferLayout& layout, const BlockLayoutEntry& blockLayout, void* ptr, int bufferSize) getBlockDataPtr() argument 1952 initRefDataStorage(const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) initRefDataStorage() argument 1992 blockLocationsToPtrs(const BufferLayout& layout, const vector<BlockLocation>& blockLocations, const vector<void*>& bufPtrs) blockLocationsToPtrs() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 145 getElementSizeInBytes(const VkFormat format, const subgroups::SSBOData::InputDataLayoutType layout) getElementSizeInBytes() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 1025 const VkImageLayout layout = (m_mode == ACCESS_MODE_READ ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in getInSyncInfo() local 1038 const VkImageLayout layout = (m_mode == ACCESS_MODE_READ ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in getOutSyncInfo() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 1803 Dependency<PipelineLayout> layout; member 2040 Dependency<PipelineLayout> layout; member [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderStorageBufferObjectTests.cpp | 8194 int layout; global() member in gl4cts::__anon27645::AdvancedUnsizedArrayLength2 [all...] |
| H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 7666 int layout; global() member in gl4cts::es31compatibility::__anon27629::AdvancedUnsizedArrayLength2 [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderStorageBufferObjectTests.cpp | 7834 int layout; global() member in glcts::__anon27698::AdvancedUnsizedArrayLength2 [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 1772 setLayoutAndSpecialization(const PipelineLayoutWrapper* layout, const VkSpecializationInfo* specializationInfo) setLayoutAndSpecialization() argument 2025 setMonolithicPipelineLayout(const PipelineLayoutWrapper& layout) setMonolithicPipelineLayout() argument 2438 setupPreRasterizationShaderState(const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper vertexShader, const VkPipelineRasterizationStateCreateInfo* rasterizationState, const ShaderWrapper tessellationControlShader, const ShaderWrapper tessellationEvalShader, const ShaderWrapper geometryShader, const VkSpecializationInfo *specializationInfo, VkPipelineFragmentShadingRateStateCreateInfoKHR* fragmentShadingRateState, PipelineRenderingCreateInfoWrapper rendering, const VkPipelineCache partPipelineCache, PipelineCreationFeedbackCreateInfoWrapper partCreationFeedback) setupPreRasterizationShaderState() argument 2475 setupPreRasterizationShaderState2(const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper vertexShader, const VkPipelineRasterizationStateCreateInfo* rasterizationState, const ShaderWrapper tessellationControlShader, const ShaderWrapper tessellationEvalShader, const ShaderWrapper geometryShader, const VkSpecializationInfo* vertSpecializationInfo, const VkSpecializationInfo* tescSpecializationInfo, const VkSpecializationInfo* teseSpecializationInfo, const VkSpecializationInfo* geomSpecializationInfo, VkPipelineFragmentShadingRateStateCreateInfoKHR*fragmentShadingRateState, PipelineRenderingCreateInfoWrapper rendering, const VkPipelineCache partPipelineCache, PipelineCreationFeedbackCreateInfoWrapper partCreationFeedback) setupPreRasterizationShaderState2() argument 2518 setupPreRasterizationShaderState3(const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper vertexShader, PipelineShaderStageModuleIdentifierCreateInfoWrapper vertShaderModuleId, const VkPipelineRasterizationStateCreateInfo* rasterizationState, const ShaderWrapper tessellationControlShader, PipelineShaderStageModuleIdentifierCreateInfoWrapper tescShaderModuleId, const ShaderWrapper tessellationEvalShader, PipelineShaderStageModuleIdentifierCreateInfoWrapper teseShaderModuleId, const ShaderWrapper geometryShader, PipelineShaderStageModuleIdentifierCreateInfoWrapper geomShaderModuleId, const VkSpecializationInfo* vertSpecializationInfo, const VkSpecializationInfo* tescSpecializationInfo, const VkSpecializationInfo* teseSpecializationInfo, const VkSpecializationInfo* geomSpecializationInfo, VkPipelineFragmentShadingRateStateCreateInfoKHR* fragmentShadingRateState, PipelineRenderingCreateInfoWrapper rendering, const VkPipelineCache partPipelineCache, PipelineCreationFeedbackCreateInfoWrapper partCreationFeedback) setupPreRasterizationShaderState3() argument 2761 setupPreRasterizationMeshShaderState(const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper taskShader, const ShaderWrapper meshShader, const VkPipelineRasterizationStateCreateInfo* rasterizationState, const VkSpecializationInfo *taskSpecializationInfo, const VkSpecializationInfo *meshSpecializationInfo, VkPipelineFragmentShadingRateStateCreateInfoKHR* fragmentShadingRateState, PipelineRenderingCreateInfoWrapper rendering, const VkPipelineCache partPipelineCache, VkPipelineCreationFeedbackCreateInfoEXT *partCreationFeedback) setupPreRasterizationMeshShaderState() argument 2920 setupFragmentShaderState(const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper fragmentShader, const VkPipelineDepthStencilStateCreateInfo* depthStencilState, const VkPipelineMultisampleStateCreateInfo* multisampleState, const VkSpecializationInfo* specializationInfo, const VkPipelineCache partPipelineCache, PipelineCreationFeedbackCreateInfoWrapper partCreationFeedback) setupFragmentShaderState() argument 2942 setupFragmentShaderState2(const PipelineLayoutWrapper& layout, const VkRenderPass renderPass, const deUint32 subpass, const ShaderWrapper fragmentShader, PipelineShaderStageModuleIdentifierCreateInfoWrapper fragmentShaderModuleId, const VkPipelineDepthStencilStateCreateInfo* depthStencilState, const VkPipelineMultisampleStateCreateInfo* multisampleState, const VkSpecializationInfo* specializationInfo, const VkPipelineCache partPipelineCache, PipelineCreationFeedbackCreateInfoWrapper partCreationFeedback) setupFragmentShaderState2() argument [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkGpu.cpp | 781 VkSubresourceLayout layout; in uploadTexDataLinear() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_hlsl.cpp | 5646 set_root_constant_layouts(std::vector<RootConstants> layout) set_root_constant_layouts() argument [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLSPIRVCodeGenerator.cpp | 552 SpvId SPIRVCodeGenerator::getType(const Type& rawType, const MemoryLayout& layout) { in getType() argument 750 getPointerType(const Type& rawType, const MemoryLayout& layout, SpvStorageClass_ storageClass) getPointerType() argument 2953 writeLayout(const Layout& layout, SpvId target) writeLayout() argument 2981 writeLayout(const Layout& layout, SpvId target, int member) writeLayout() argument 3074 Layout layout = intfModifiers.fLayout; writeInterfaceBlock() local 3119 Layout layout = var.modifiers().fLayout; writeGlobalVar() local 3446 Layout layout; writeUniformBuffer() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutCase.cpp | 319 int findBlockIndex (const BufferLayout& layout, const string& name) in findBlockIndex() argument 458 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument 584 computeReferenceLayout(BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags) computeReferenceLayout() argument 681 computeReferenceLayout(BufferLayout& layout, const ShaderInterface& interface) computeReferenceLayout() argument 776 generateValues(const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers, deUint32 seed) generateValues() argument 1168 generateCompareSrc(std::ostream& src, const char* resultVar, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers) generateCompareSrc() argument 1251 generateWriteSrc(std::ostream& src, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers) generateWriteSrc() argument 1280 generateComputeShader(const glw::Functions& gl, glu::GLSLVersion glslVersion, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& comparePtrs, const vector<BlockDataPtr>& writePtrs) generateComputeShader() argument 1348 getGLBufferLayout(const glw::Functions& gl, BufferLayout& layout, deUint32 program) getGLBufferLayout() argument 1572 copyNonWrittenData( const BufferLayout& layout, const BufferBlock& block, int instanceNdx, const BlockDataPtr& srcBlockPtr, const BlockDataPtr& dstBlockPtr, const BufferVar& bufVar, const glu::SubTypeAccess& accessPath) copyNonWrittenData() argument 1612 copyNonWrittenData(const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& srcPtrs, const vector<BlockDataPtr>& dstPtrs) copyNonWrittenData() argument 1836 hasUnsizedArray(const BufferLayout& layout, const BlockLayoutEntry& entry) hasUnsizedArray() argument 1847 getUnsizedArrayStride(const BufferLayout& layout, const BlockLayoutEntry& entry) getUnsizedArrayStride() argument 1862 computeBufferSizes(const ShaderInterface& interface, const BufferLayout& layout) computeBufferSizes() argument 1893 getBlockDataPtr(const BufferLayout& layout, const BlockLayoutEntry& blockLayout, void* ptr, int bufferSize) getBlockDataPtr() argument 1936 initRefDataStorage(const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) initRefDataStorage() argument 1970 blockLocationsToPtrs(const BufferLayout& layout, const vector<BlockLocation>& blockLocations, const vector<void*>& bufPtrs) blockLocationsToPtrs() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2140 dispatchVerifyConstantColor(Context& context, TestObjects& testObjects, const Move<VkImageView>& imageView, const VkImageLayout layout, const Move<VkImageView>& verifyImageView, const Move<VkBuffer>& verificationBuffer, const deUint32 pushConstantSize, const void* pushConstants, const std::string& shaderName) dispatchVerifyConstantColor() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 888 allocateSingleDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) allocateSingleDescriptorSet() argument 1620 getLayoutStride(const vector<VarLayout>& layout) getLayoutStride() argument 1625 computeVarLayout(const std::vector<Symbol>& symbols, std::vector<VarLayout>* layout) computeVarLayout() argument 1775 copyToBuffer(const glu::VarType& varType, const VarLayout& layout, int numValues, const void* srcBasePtr, void* dstBasePtr, bool packFloat16Bit) copyToBuffer() argument 1816 copyFromBuffer(const glu::VarType& varType, const VarLayout& layout, int numValues, const void* srcBasePtr, void* dstBasePtr) copyFromBuffer() argument 1859 const VarLayout& layout = m_inputLayout[inputNdx]; uploadInputBuffer() local 1880 const VarLayout& layout = m_outputLayout[outputNdx]; readOutputBuffer() local [all...] |