Home
last modified time | relevance | path

Searched defs:stage (Results 351 - 375 of 483) sorted by relevance

1...<<11121314151617181920

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp844 void Shader::Init(glw::GLenum stage, const std::string& source) in Init() argument
922 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id) in Create() argument
[all...]
H A Dgl4cBufferStorageTests.cpp1147 void Shader::Init(glw::GLenum stage, const std::string& source) in Init() argument
1225 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id) in Create() argument
[all...]
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp3032 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader() argument
3069 std::string GenLoadShader(int stage, GLenum internalformat, const T& expected_value) in GenLoadShader() argument
3121 RunStage(int stage) RunStage() argument
3187 Atomic(int target, int stage, GLenum internalformat) Atomic() argument
3266 GenShader(int target, int stage, GLenum internalformat) GenShader() argument
3368 RunStage(int stage) RunStage() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp492 const String& getSource(eStageType stage) in getSource() argument
543 bool isStage(eStageType stage) in isStage() argument
548 void setTemplateParam(eStageType stage, cons argument
558 updateTemplate(eStageType stage) updateTemplate() argument
1078 LayoutBindingBaseCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) LayoutBindingBaseCase() argument
2024 SamplerLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) SamplerLayoutBindingCase() argument
2178 ImageLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) ImageLayoutBindingCase() argument
2922 AtomicCounterLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) AtomicCounterLayoutBindingCase() argument
3108 UniformBlocksLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) UniformBlocksLayoutBindingCase() argument
3327 ShaderStorageBufferLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) ShaderStorageBufferLayoutBindingCase() argument
[all...]
H A Des31cShaderImageLoadStoreTests.cpp2997 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader() argument
3034 std::string GenLoadShader(int stage, GLenum internalformat, const T& expected_value) in GenLoadShader() argument
3086 RunStage(int stage) RunStage() argument
3151 Atomic(int target, int stage, GLenum internalformat) Atomic() argument
3230 GenShader(int target, int stage, GLenum internalformat) GenShader() argument
3331 RunStage(int stage) RunStage() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp487 void Shader::Init(glw::GLenum stage, const std::string& source) in Init() argument
560 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id) in Create() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp614 std::string glc::subgroups::getShaderStageName(ShaderStageFlags stage) in getShaderStageName() argument
713 std::string glc::subgroups::getVertShaderForStage(const ShaderStageFlags stage) in getVertShaderForStage() argument
751 areSubgroupOperationsSupportedForStage( Context& context, const ShaderStageFlags stage) areSubgroupOperationsSupportedForStage() argument
760 areSubgroupOperationsRequiredForStage( const ShaderStageFlags stage) areSubgroupOperationsRequiredForStage() argument
798 isImageSupportedForStageOnDevice(Context& context, const ShaderStageFlags stage) isImageSupportedForStageOnDevice() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp293 SetPipelineShaderStageInfo(const VkStructureType type, const VkShaderStageFlagBits stage, const VkShaderModule module, const VkSpecializationInfo &specializationInfo, VkPipelineShaderStageCreateInfo *shaderStage) SetPipelineShaderStageInfo() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp80 VkShaderStageFlagBits stage = executionModelToStage(executionModel); in robustBufferAccess() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp189 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() argument
198 void PixelProcessor::setStageOperation(unsigned int stage, TextureStage::StageOperation stageOperation) in setStageOperation() argument
207 void PixelProcessor::setFirstArgument(unsigned int stage, TextureStage::SourceArgument firstArgument) in setFirstArgument() argument
216 void PixelProcessor::setSecondArgument(unsigned int stage, TextureStag argument
225 setThirdArgument(unsigned int stage, TextureStage::SourceArgument thirdArgument) setThirdArgument() argument
234 setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha) setStageOperationAlpha() argument
243 setFirstArgumentAlpha(unsigned int stage, TextureStage::SourceArgument firstArgumentAlpha) setFirstArgumentAlpha() argument
252 setSecondArgumentAlpha(unsigned int stage, TextureStage::SourceArgument secondArgumentAlpha) setSecondArgumentAlpha() argument
261 setThirdArgumentAlpha(unsigned int stage, TextureStage::SourceArgument thirdArgumentAlpha) setThirdArgumentAlpha() argument
270 setFirstModifier(unsigned int stage, TextureStage::ArgumentModifier firstModifier) setFirstModifier() argument
279 setSecondModifier(unsigned int stage, TextureStage::ArgumentModifier secondModifier) setSecondModifier() argument
288 setThirdModifier(unsigned int stage, TextureStage::ArgumentModifier thirdModifier) setThirdModifier() argument
297 setFirstModifierAlpha(unsigned int stage, TextureStage::ArgumentModifier firstModifierAlpha) setFirstModifierAlpha() argument
306 setSecondModifierAlpha(unsigned int stage, TextureStage::ArgumentModifier secondModifierAlpha) setSecondModifierAlpha() argument
315 setThirdModifierAlpha(unsigned int stage, TextureStage::ArgumentModifier thirdModifierAlpha) setThirdModifierAlpha() argument
324 setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument) setDestinationArgument() argument
333 setConstantColor(unsigned int stage, const Color<float> &constantColor) setConstantColor() argument
342 setBumpmapMatrix(unsigned int stage, int element, float value) setBumpmapMatrix() argument
351 setLuminanceScale(unsigned int stage, float value) setLuminanceScale() argument
360 setLuminanceOffset(unsigned int stage, float value) setLuminanceOffset() argument
[all...]
H A DVertexProcessor.cpp472 void VertexProcessor::setTextureWrap(unsigned int stage, int mask) in setTextureWrap() argument
488 void VertexProcessor::setTexGen(unsigned int stage, TexGen texGen) in setTexGen() argument
507 void VertexProcessor::setTextureMatrix(int stage, const Matrix &T) in setTextureMatrix() argument
518 void VertexProcessor::setTextureTransform(int stage, int count, bool project) in setTextureTransform() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1147 CmdWriteTimeStamp(vk::QueryPool *queryPool, uint32_t query, VkPipelineStageFlagBits stage) in CmdWriteTimeStamp() argument
1180 const VkPipelineStageFlagBits stage; member in __anon22994::CmdWriteTimeStamp
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp1045 stage_to_execution_model(const std::string &stage) stage_to_execution_model() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp978 uint32_t stage = SpvExecutionModelMax; in InstProcessEntryPointCallTree() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp978 uint32_t stage = SpvExecutionModelMax; in InstProcessEntryPointCallTree() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp789 VkPipelineShaderStageCreateInfo stage[2] = {}; in ImGui_ImplVulkan_CreatePipeline() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1448 EShLanguage stage = FindLanguage(shader_type); in GLSLtoSPV() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h2374 const ast::StageDecoration* Stage(ast::PipelineStage stage) { in Stage() argument
2366 Stage(const Source& source, ast::PipelineStage stage) Stage() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc853 const auto stage = SpvExecutionModel(entry_point.GetSingleWordInOperand(0)); in RegisterEntryPoints() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc816 const auto stage = current_function_ in ValidateBuiltinDecoration() local
820 stage_name << stage; in ValidateBuiltinDecoration() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc1556 void GeneratorImpl::EmitStage(std::ostream& out, ast::PipelineStage stage) { in EmitStage() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp1258 void checkTessSupport (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, glu::ShaderType stage) in checkTessSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp67 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
82 bool isShaderStage (Stage stage) in isShaderStage() argument
87 VkPipelineStageFlags stageToFlags (Stage stage) in stageToFlags() argument
245 canWriteTo(Stage stage, ResourceType resType) canWriteTo() argument
260 canReadFrom(Stage stage, ResourceType resType) canReadFrom() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp390 void recordBufferBarrier (const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineStageFlagBits stage, const VkBufferMemoryBarrier& barrier) in recordBufferBarrier() argument
H A DvktPipelineMiscTests.cpp647 VkPipelineShaderStageCreateInfo makePipelineShaderStageCreateInfo (VkShaderStageFlagBits stage, VkShaderModule module) in makePipelineShaderStageCreateInfo() argument

Completed in 69 milliseconds

1...<<11121314151617181920