Searched defs:spirvShader (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | QuadRasterizer.hpp | 52 const SpirvShader *const spirvShader; member in sw::QuadRasterizer
|
H A D | QuadRasterizer.cpp | 26 QuadRasterizer::QuadRasterizer(const PixelProcessor::State &state, SpirvShader const *spirvShader) in QuadRasterizer() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexProgram.cpp | 27 VertexProgram( const VertexProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) VertexProgram() argument [all...] |
H A D | VertexRoutine.hpp | 68 SpirvShader const *const spirvShader; member in sw::VertexRoutine
|
H A D | PixelProgram.cpp | 25 PixelProgram( const PixelProcessor::State &state, const vk::PipelineLayout *pipelineLayout, const SpirvShader *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) PixelProgram() argument [all...] |
H A D | VertexRoutine.cpp | 27 VertexRoutine( const VertexProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader) VertexRoutine() argument [all...] |
H A D | PixelRoutine.cpp | 28 PixelRoutine( const PixelProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) PixelRoutine() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPipeline.cpp | 290 void GraphicsPipeline::setShader(const VkShaderStageFlagBits &stage, const std::shared_ptr<sw::SpirvShader> spirvShader) in setShader() argument
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksJson.cpp | 831 parse_VkShaderModuleCreateInfo(const char* s, Json::Value& obj, VkShaderModuleCreateInfo& o, std::vector<deUint8>& spirvShader) parse_VkShaderModuleCreateInfo() argument 855 readJSON_VkShaderModuleCreateInfo(Context& context, const string& shaderModuleCreate, VkShaderModuleCreateInfo& smCI, std::vector<deUint8>& spirvShader) readJSON_VkShaderModuleCreateInfo() argument
|
H A D | vksCacheBuilder.cpp | 95 std::vector<deUint8> spirvShader; in exportFilesForExternalCompiler() local 727 std::vector<deUint8> spirvShader; in buildPipelineCache() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 963 vk::VkShaderEXT spirvShader; in iterate() local
|
Completed in 12 milliseconds