Home
last modified time | relevance | path

Searched defs:program (Results 176 - 200 of 687) sorted by relevance

12345678910>>...28

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp251 GLuint program = glCreateProgram(); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIndexedPointsTest.cpp120 GLuint program = useVertexBufferWithColor ? mVertexWithColorBufferProgram : mProgram; in runTest() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DLinkProgramPerfTest.cpp155 GLuint program = glCreateProgram(); in drawBenchmark() local
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.h90 explicit GrGLSLVaryingHandler(GrGLSLProgramBuilder* program) in GrGLSLVaryingHandler() argument
H A DGrGLSLUniformHandler.h95 explicit GrGLSLUniformHandler(GrGLSLProgramBuilder* program) : fProgramBuilder(program) {} in GrGLSLUniformHandler() argument
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.h97 explicit GrVkUniformHandler(GrGLSLProgramBuilder* program) in GrVkUniformHandler() argument
/third_party/skia/src/gpu/
H A DGrSPIRVUniformHandler.cpp12 GrSPIRVUniformHandler::GrSPIRVUniformHandler(GrGLSLProgramBuilder* program) in GrSPIRVUniformHandler() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.hpp153 std::shared_ptr<sw::ComputeProgram> program; member in vk::ComputePipeline
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h57 MetalCodeGenerator(const Context* context, const Program* program, OutputStream* out) in MetalCodeGenerator() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp92 tint::Program program; in Initialize() local
163 tint::Program program; in GetTransformedModuleHandle() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp418 tint::Program program = tint::reader::wgsl::Parse(file); in ParseWGSL() local
433 tint::Program program = tint::reader::spirv::Parse(spirv); in ParseSPIRV() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp132 static const char *getProgramName(GraphProgram::Name program) { in getProgramName() argument
148 DisplayGraph(StringRef FilenameRef, bool wait, GraphProgram::Name program) DisplayGraph() argument
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dmutator.cc56 bool MaybeApplyMutation(const tint::Program& program, in MaybeApplyMutation() argument
92 tint::Program Replay(tint::Program program, in Replay() argument
112 Mutate(tint::Program program, ProbabilityContext* probability_context, bool enable_all_mutations, uint32_t max_applied_mutations, protobufs::MutationSequence* mutation_sequence) Mutate() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_convert_type_test.cc598 Program program = p->program(); in TEST_F() local
616 Program program = p->program(); in TEST_F() local
638 Program program = p->program(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc25 TextGenerator::TextGenerator(const Program* program) in TextGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc89 void Subprocess::Start(const std::string& program, SearchMode search_mode) { in Start() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFramebufferFetchTests.cpp77 void verifyProgramError (NegativeTestContext& ctx, const glu::ShaderProgram& program, ProgramError error, glu::ShaderType shaderType) in verifyProgramError() argument
[all...]
H A Des31fNegativeShaderStorageTests.cpp47 log << program; in verifyProgram() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp142 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls) in init() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.hpp103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceInt() argument
108 getProgramResourceName(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramResourceName() argument
115 getProgramInterfaceBlockInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceBlockInfo() argument
122 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) getProgramInterfaceVariableInfo() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLProgramCL.cpp19 CLProgramCL::CLProgramCL(const cl::Program &program, cl_program native) in CLProgramCL() argument
150 void CLProgramCL::Callback(cl_program program, void *userData) in Callback() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Dopengl_wrapper_native_test.cpp111 GLuint program = glCreateProgram(); in CreateAndLinkProgram() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp172 unsigned int program = glCreateProgram(); in CreateProgram() local
[all...]
/kernel/linux/linux-6.6/arch/mips/net/
H A Dbpf_jit_comp.h76 struct bpf_prog *program; /* The eBPF program being JITed */ member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y231 program: label
[all...]

Completed in 12 milliseconds

12345678910>>...28