Home
last modified time | relevance | path

Searched refs:Shaders (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/
Dshader_cache.cpp73 _mesa_glsl_compile_shader(ctx, prog->Shaders[i], false, false, true); in compile_shaders()
118 disk_cache_put_key(cache, prog->Shaders[i]->sha1); in shader_cache_write_program_metadata()
119 memcpy(cache_item_metadata.keys[i], prog->Shaders[i]->sha1, in shader_cache_write_program_metadata()
122 _mesa_sha1_format(sha1_buf, prog->Shaders[i]->sha1); in shader_cache_write_program_metadata()
196 struct gl_shader *sh = prog->Shaders[i]; in shader_cache_read_program_metadata()
261 if (prog->Shaders[i]->CompileStatus == compiled_no_opts) { in shader_cache_read_program_metadata()
262 disk_cache_put_key(cache, prog->Shaders[i]->sha1); in shader_cache_read_program_metadata()
264 _mesa_sha1_format(sha1_buf, prog->Shaders[i]->sha1); in shader_cache_read_program_metadata()
Dstandalone.cpp460 whole_program->Shaders = in standalone_compile_shader()
461 reralloc(whole_program, whole_program->Shaders, in standalone_compile_shader()
463 assert(whole_program->Shaders != NULL); in standalone_compile_shader()
467 whole_program->Shaders[whole_program->NumShaders] = shader; in standalone_compile_shader()
521 const gl_shader_stage stage = whole_program->Shaders[0]->Stage; in standalone_compile_shader()
528 whole_program->Shaders, in standalone_compile_shader()
Dlinker.cpp4780 _mesa_glsl_compile_shader(ctx, prog->Shaders[i], false, false, true); in link_shaders()
4807 min_version = MIN2(min_version, prog->Shaders[i]->Version); in link_shaders()
4808 max_version = MAX2(max_version, prog->Shaders[i]->Version); in link_shaders()
4810 if (prog->Shaders[i]->IsES != prog->Shaders[0]->IsES) { in link_shaders()
4816 if (prog->Shaders[i]->ARB_fragment_coord_conventions_enable) { in link_shaders()
4820 gl_shader_stage shader_type = prog->Shaders[i]->Stage; in link_shaders()
4821 shader_list[shader_type][num_shaders[shader_type]] = prog->Shaders[i]; in link_shaders()
4828 if (prog->Shaders[0]->IsES && min_version != max_version) { in link_shaders()
4835 prog->IsES = prog->Shaders[0]->IsES; in link_shaders()
/external/mesa3d/src/mesa/main/
Dshaderapi.c255 shProg->Shaders = realloc(shProg->Shaders, in attach_shader()
257 if (!shProg->Shaders) { in attach_shader()
263 shProg->Shaders[n] = NULL; /* since realloc() didn't zero the new space */ in attach_shader()
264 _mesa_reference_shader(ctx, &shProg->Shaders[n], sh); in attach_shader()
289 if (shProg->Shaders[i] == sh) { in attach_shader_err()
299 shProg->Shaders[i]->Stage == sh->Stage) { in attach_shader_err()
448 if (shProg->Shaders[i]->Name == shader) { in detach_shader()
453 _mesa_reference_shader(ctx, &shProg->Shaders[i], NULL); in detach_shader()
463 newList[j] = shProg->Shaders[j]; in detach_shader()
466 newList[j++] = shProg->Shaders[i]; in detach_shader()
[all …]
Dshaderobj.c381 _mesa_reference_shader(ctx, &shProg->Shaders[i], NULL); in _mesa_free_shader_program_data()
385 free(shProg->Shaders); in _mesa_free_shader_program_data()
386 shProg->Shaders = NULL; in _mesa_free_shader_program_data()
Dff_fragment_shader.cpp1121 p.shader_program->Shaders = in create_new_program()
1122 (gl_shader **)malloc(sizeof(*p.shader_program->Shaders)); in create_new_program()
1123 p.shader_program->Shaders[0] = p.shader; in create_new_program()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.ubo.txt61 Shaders are generated based on uniform declarations and use set. Each uniform that
68 Shaders are compiled and linked together. Uniform block layout is queried and
Dfunctional.lifetime.txt30 - Shaders
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/
Dproject.pbxproj152 DBE6ED4A15C2AB7000275129 /* Shaders */,
157 DBE6ED4A15C2AB7000275129 /* Shaders */ = {
161 name = Shaders;
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp630 struct Shaders struct in deqp::gles3::Performance::InvalidShaderCompilerCase
650 Shaders createShaders (void) const;
651 void setShaderSources (const Shaders&, const ProgramContext&) const;
653 void cleanup (const Shaders&) const;
655 Logs getLogs (const Shaders&) const;
2400 InvalidShaderCompilerCase::Shaders InvalidShaderCompilerCase::createShaders (void) const in createShaders()
2403 Shaders result; in createShaders()
2411 void InvalidShaderCompilerCase::setShaderSources (const Shaders& shaders, const ProgramContext& pro… in setShaderSources()
2437 InvalidShaderCompilerCase::Logs InvalidShaderCompilerCase::getLogs (const Shaders& shaders) const in getLogs()
2448 void InvalidShaderCompilerCase::cleanup (const Shaders& shaders) const in cleanup()
[all …]
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp630 struct Shaders struct in deqp::gles2::Performance::InvalidShaderCompilerCase
650 Shaders createShaders (void) const;
651 void setShaderSources (const Shaders&, const ProgramContext&) const;
653 void cleanup (const Shaders&) const;
655 Logs getLogs (const Shaders&) const;
2380 InvalidShaderCompilerCase::Shaders InvalidShaderCompilerCase::createShaders (void) const in createShaders()
2383 Shaders result; in createShaders()
2391 void InvalidShaderCompilerCase::setShaderSources (const Shaders& shaders, const ProgramContext& pro… in setShaderSources()
2417 InvalidShaderCompilerCase::Logs InvalidShaderCompilerCase::getLogs (const Shaders& shaders) const in getLogs()
2428 void InvalidShaderCompilerCase::cleanup (const Shaders& shaders) const in cleanup()
[all …]
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture_clamp.txt62 Shaders should check texture access residency information and pass
DCTS_ARB_sparse_texture2.txt145 Shaders should check texture access residency information using
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING51 Shaders is the number of shaders your filter needs. The minimum is 2.
/external/vulkan-validation-layers/layers/
DREADME.md48 ### Validate API State and Shaders
49 …Some of the state it tracks includes the Descriptor Set, Pipeline State, Shaders, and dynamic stat…
/external/skqp/site/
Dindex.md57 <tr><th>Sum Path Effects</th><th>Shaders</th></tr>
Dindex_zh.md86 <tr><th><!-- Sum Path Effects -->叠加路径特效</th><th><!-- Shaders -->着色器</th></tr>
/external/skia/site/
Dindex_zh.md86 <tr><th><!-- Sum Path Effects -->叠加路径特效</th><th><!-- Shaders -->着色器</th></tr>
Dindex.md57 <tr><th>Sum Path Effects</th><th>Shaders</th></tr>
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt36 + Shaders designed to stress compiler (note: in release 2012.4)
Dfunctional.lifetime.txt30 - Shaders
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp339 const struct gl_shader *sh = shProg->Shaders[i]; in brw_link_shader()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm50 // Shaders
335 /* Concept: Shaders
345 /* Concept: Fragment Shaders
388 /* Concept: Vertex Shaders
/external/skqp/site/dev/design/
Dpdftheory.md36 + [Shaders](#Shaders)
394 ### <span id="Shaders">Shaders</span> ###
/external/skia/site/dev/design/
Dpdftheory.md36 + [Shaders](#Shaders)
394 ### <span id="Shaders">Shaders</span> ###

12