/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_cs.cpp | 33 ComputeShader::ComputeShader(UNUSED const r600_shader_key& key): in ComputeShader() function in r600::ComputeShader 39 bool ComputeShader::do_scan_instruction(UNUSED nir_instr *instr) in do_scan_instruction() 44 int ComputeShader::do_allocate_reserved_registers() in do_allocate_reserved_registers() 61 bool ComputeShader::process_stage_intrinsic(nir_intrinsic_instr *instr) in process_stage_intrinsic() 75 void ComputeShader::do_get_shader_info(r600_shader *sh_info) in do_get_shader_info() 80 bool ComputeShader::read_prop(UNUSED std::istream& is) in read_prop() 85 void ComputeShader::do_print_properties(UNUSED std::ostream& os) const in do_print_properties() 90 bool ComputeShader::emit_load_num_workgroups(nir_intrinsic_instr* instr) in emit_load_num_workgroups() 110 bool ComputeShader [all...] |
H A D | sfn_shader_cs.h | 34 class ComputeShader : public Shader class 37 ComputeShader(const r600_shader_key& key);
|
H A D | sfn_shader.cpp | 432 shader = new ComputeShader(key); in translate_from_nir()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderGroupVoteTests.cpp | 55 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader) in ComputeShader() function in glcts::ShaderGroupVoteTestCaseBase::ComputeShader 60 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader, in ComputeShader() function in glcts::ShaderGroupVoteTestCaseBase::ComputeShader 66 ShaderGroupVoteTestCaseBase::ComputeShader::~ComputeShader() in ~ComputeShader() 74 void ShaderGroupVoteTestCaseBase::ComputeShader::create(deqp::Context& context) in create() 89 void ShaderGroupVoteTestCaseBase::ComputeShader::execute(deqp::Context& context) in execute() 187 void ShaderGroupVoteTestCaseBase::ComputeShader::validate(deqp::Context& context) in validate() 200 bool ShaderGroupVoteTestCaseBase::ComputeShader [all...] |
H A D | glcShaderGroupVoteTests.hpp | 37 class ComputeShader class in glcts::ShaderGroupVoteTestCaseBase 52 ComputeShader(const std::string& name, const std::string& shader); 53 ComputeShader(const std::string& name, const std::string& shader, const tcu::IVec4& desiredColor); 54 ~ComputeShader(); 70 typedef std::vector<ComputeShader*>::iterator ComputeShaderIter; 75 std::vector<ComputeShader*> m_shaders;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ShaderExecutable11.h | 35 ShaderExecutable11(const void *function, size_t length, d3d11::ComputeShader &&executable); 43 const d3d11::ComputeShader &getComputeShader() const; 50 d3d11::ComputeShader mComputeExecutable;
|
H A D | ShaderExecutable11.cpp | 55 d3d11::ComputeShader &&executable) in ShaderExecutable11() 86 const d3d11::ComputeShader &ShaderExecutable11::getComputeShader() const in getComputeShader()
|
H A D | ResourceManager11.h | 58 OP(NAME, ComputeShader, ID3D11ComputeShader, ShaderData, void) \
|
H A D | StateManager11.h | 278 void setComputeShader(const d3d11::ComputeShader *shader);
|
H A D | StateManager11.cpp | 2467 void StateManager11::setComputeShader(const d3d11::ComputeShader *shader) 2998 const d3d11::ComputeShader *computeShader =
|
H A D | renderer11_utils.cpp | 2342 template angle::Result LazyResource<ResourceType::ComputeShader>::resolveImpl(
|
H A D | Renderer11.cpp | 3048 d3d11::ComputeShader computeShader; in loadExecutable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 102 if (getStage() != ComputeShader) in LayoutBindingProgram() 109 glu::ProgramSources() << glu::ComputeSource(m_contextSupplier.getSource(ComputeShader).c_str())); in LayoutBindingProgram() 140 if (getStage() != ComputeShader) in getErrorLog() 169 errLog << "### dump of " << stageToName(ComputeShader) << "###\n"; in getErrorLog() 172 errLog << msg << stageToName(ComputeShader) << ": " << computeShaderInfo.infoLog << "\n"; in getErrorLog() 173 errLog << m_contextSupplier.getSource(ComputeShader); in getErrorLog() 193 case ComputeShader: in getErrorLog() 194 errLog << "### dump of " << stageToName(ComputeShader) << "###\n"; in getErrorLog() 195 errLog << stageToName(ComputeShader) << "\n"; in getErrorLog() 196 errLog << m_contextSupplier.getSource(ComputeShader); in getErrorLog() [all...] |
H A D | es31cLayoutBindingTests.hpp | 47 ComputeShader enumerator
|
H A D | es31cProgramInterfaceQueryTests.cpp | 456 virtual std::string ComputeShader() in ComputeShader() function in glcts::__anon27692::ComputeShaderTest 630 GLuint program = CreateComputeProgram(ComputeShader()); in Run() 2299 virtual std::string ComputeShader() in ComputeShader() function in glcts::__anon27692::ShaderStorageBlock 2348 GLuint program = CreateComputeProgram(ComputeShader()); in Run() 2702 virtual std::string ComputeShader() in ComputeShader() function in glcts::__anon27692::TopLevelArray 2721 GLuint program = CreateComputeProgram(ComputeShader()); in Run()
|
H A D | es31cTextureGatherTests.cpp | 842 virtual std::string ComputeShader() in ComputeShader() function in glcts::__anon27700::GatherBase 954 program = CreateComputeProgram(ComputeShader()); in TestCompute()
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | internal_interface.hpp | 509 struct ComputeShader : BaseShader<ComputeShader<T, Res, WorkGroupX, WorkGroupY, WorkGroupZ>> 526 ComputeShader()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 707 ComputeShader = 10, 2784 onBufferRead(VK_ACCESS_SHADER_READ_BIT, PipelineStage::ComputeShader, buffer); in onBufferComputeShaderRead() 2788 onBufferWrite(VK_ACCESS_SHADER_WRITE_BIT, PipelineStage::ComputeShader, buffer); in onBufferComputeShaderWrite()
|
H A D | vk_helpers.cpp | 64 {PipelineStage::ComputeShader, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT}, 73 {gl::ShaderType::Compute, PipelineStage::ComputeShader}, 511 PipelineStage::ComputeShader, 526 PipelineStage::ComputeShader,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 2501 virtual std::string ComputeShader() in ComputeShader() function in gl4cts::__anon27639::SoubroutinesCompute 2707 GLuint program = CreateComputeProgram(ComputeShader()); in Run() 4565 virtual std::string ComputeShader() in ComputeShader() function in gl4cts::__anon27639::ComputeShaderTest 4739 GLuint program = CreateComputeProgram(ComputeShader()); in Run()
|
H A D | gl4cTextureGatherTests.cpp | 943 virtual std::string ComputeShader() in ComputeShader() function in gl4cts::__anon27655::GatherBase 1079 program = CreateComputeProgram(ComputeShader()); in TestCompute()
|