Home
last modified time | relevance | path

Searched defs:program (Results 151 - 175 of 669) sorted by relevance

12345678910>>...27

/third_party/jerryscript/tests/unit-core/
H A Dtest-resource-name.cpp99 jerry_value_t program = jerry_parse ((const jerry_char_t *) resource_1, in HWTEST_F() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_interface.cpp76 validate(aco::Program* program) in validate() argument
86 get_disasm_string(aco::Program* program, std::vector<uint32_t>& code, in get_disasm_string() argument
116 aco_postprocess_shader(const struct aco_compiler_options* options, const struct radv_shader_args *args, std::unique_ptr<aco::Program>& program) aco_postprocess_shader() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dinvalid.cpp95 clSetProgramSpecializationConstant(cl_program program, in clSetProgramSpecializationConstant() argument
88 clSetProgramReleaseCallback(cl_program d_prog, void (CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data) clSetProgramReleaseCallback() argument
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c61 struct program struct
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c285 brw_write_shader_relocs(const struct brw_isa_info *isa, void *program, const struct brw_stage_prog_data *prog_data, struct brw_shader_reloc_value *values, unsigned num_values) brw_write_shader_relocs() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread_shaderobj.c152 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, in _mesa_marshal_GetActiveUniform() argument
181 _mesa_marshal_GetUniformLocation(GLuint program, const GLchar *name) in _mesa_marshal_GetUniformLocation() argument
H A Dobjectlabel.c157 struct gl_shader_program *program = in get_label_pointer() local
/third_party/libdrm/tests/proptest/
H A Dproptest.c255 static void usage(const char *program) in usage() argument
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc197 string program; in Run() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp77 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion) in assembleSpirV() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp68 static void INTERNAL_GL_APIENTRY StubGetProgramiv(GLuint program, GLenum pname, GLint *params) in StubGetProgramiv() argument
83 static void INTERNAL_GL_APIENTRY StubGetShaderiv(GLuint program, GLenum pname, GLint *params) in StubGetShaderiv() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp47 applyDeclaration( const gl::Context *context, IDirect3DDevice9 *device, const std::vector<TranslatedAttribute> &attributes, gl::Program *program, GLint start, GLsizei instances, GLsizei *repeatDraw) applyDeclaration() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPostDepthCoverageTests.cpp405 GLint program = 0; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderNonarrayInput.cpp383 glw::GLuint program = (m == 0) ? m_po_a_valid : m_po_b_valid; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcParallelShaderCompileTests.cpp255 deUint32 program[8]; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTimerQueriesTest.cpp324 GLuint program; in TEST_P() member
H A DOcclusionQueriesTest.cpp626 GLuint program; in TEST_P() member
H A DSixteenBppTextureTest.cpp431 GLuint program = CompileProgram(kVS, kFS); in TEST_P() local
H A DIndexedPointsTest.cpp120 GLuint program = useVertexBufferWithColor ? mVertexWithColorBufferProgram : mProgram; in runTest() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBlobCacheTest.cpp265 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P() local
[all...]
H A DEGLProgramCacheControlTest.cpp251 GLuint program = glCreateProgram(); in TEST_P() local
[all...]
/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

Completed in 14 milliseconds

12345678910>>...27