| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_texture.c | 190 nv30_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start_slot, unsigned num_samplers, void **samplers) nv30_bind_sampler_states() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.c | 234 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd4_set_sampler_views() argument
|
| H A D | fd4_image.c | 154 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd4_image *img, enum pipe_shader_type shader) emit_image_tex() argument 200 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, struct fd4_image *img, enum pipe_shader_type shader) emit_image_ssbo() argument 234 fd4_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring, enum pipe_shader_type shader, const struct ir3_shader_variant *v) fd4_emit_images() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_image.c | 138 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, enum pipe_shader_type shader) emit_image_tex() argument 177 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, enum pipe_shader_type shader) emit_image_ssbo() argument 214 fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring, enum pipe_shader_type shader, const struct ir3_shader_variant *v) fd5_emit_images() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_variant.c | 47 struct draw_vertex_shader *shader; member
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.c | 49 struct ureg_program *shader; in create_vert_shader() local 81 struct ureg_program *shader; create_frag_shader() local [all...] |
| H A D | vl_matrix_filter.c | 51 struct ureg_program *shader; in create_vert_shader() local 81 struct ureg_program *shader; create_frag_shader() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
| H A D | lima_compiler_cmdline.c | 93 unsigned shader = 0; in load_glsl() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_liverange_test.cpp | 198 void LiveRangeTests::check(const char *shader, LiveRangeMap& expect) in check() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_nir_optim.c | 96 get_output_as_const_value(nir_shader *shader, float values[4]) in get_output_as_const_value() argument 170 si_nir_is_output_const_if_tex_is_const(nir_shader *shader, float *in, float *out, int *texunit) in si_nir_is_output_const_if_tex_is_const() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_objects.h | 61 void *shader; member 175 struct rbug_shader *shader; in rbug_shader_unwrap() local
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_shader.c | 78 rbug_send_shader_info(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint32_t *__serial) rbug_send_shader_info() argument 119 rbug_send_shader_disable(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint8_t disable, uint32_t *__serial) rbug_send_shader_disable() argument 163 rbug_send_shader_replace(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint32_t *tokens, uint32_t tokens_len, uint32_t *__serial) rbug_send_shader_replace() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_disk_cache.c | 78 crocus_disk_cache_store(struct disk_cache *cache, const struct crocus_uncompiled_shader *ish, const struct crocus_compiled_shader *shader, void *map, const void *prog_key, uint32_t prog_key_size) crocus_disk_cache_store() argument 216 struct crocus_compiled_shader *shader = crocus_disk_cache_retrieve() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_root_signature.cpp | 236 struct d3d12_shader *shader = compute ? in fill_key() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi.c | 169 svga_tgsi_vgpu9_translate(struct svga_context *svga, const struct svga_shader *shader, const struct svga_compile_key *key, enum pipe_shader_type unit) svga_tgsi_vgpu9_translate() argument 401 svga_tgsi_scan_shader(struct svga_shader *shader) svga_tgsi_scan_shader() argument 524 svga_tgsi_compile_shader(struct svga_context *svga, struct svga_shader *shader, const struct svga_compile_key *key) svga_tgsi_compile_shader() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_uniforms.c | 191 vc4_write_uniforms(struct vc4_context *vc4, struct vc4_compiled_shader *shader, in vc4_write_uniforms() argument 370 vc4_set_shader_uniform_dirty_flags(struct vc4_compiled_shader *shader) in vc4_set_shader_uniform_dirty_flags() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cIncompleteTextureAccessTests.cpp | 165 } shader[] = { { { s_vertex_shader, NULL, NULL, NULL, NULL }, 1, GL_VERTEX_SHADER, 0 }, in PrepareProgram() local [all...] |
| H A D | gl4cES31CompatibilityTests.cpp | 84 glw::GLuint shader = 0; in iterate() local 364 } shader[] = { { shader_source.vertex, GL_VERTEX_SHADER, 0 }, { shader_source.fragment, GL_FRAGMENT_SHADER, 0 } }; createProgram() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | fuzzerutil_test.cpp | 24 std::string shader = R"( in TEST() local 78 std::string shader = R"( in TEST() local 174 std::string shader = R"( in TEST() local 255 std::string shader = R"( in TEST() local 381 std::string shader = R"( in TEST() local 483 std::string shader = R"( TEST() local 570 std::string shader = R"( TEST() local 669 std::string shader = R"( TEST() local 773 std::string shader = R"( TEST() local 866 std::string shader = R"( TEST() local 982 std::string shader = R"( TEST() local 1135 std::string shader = R"( TEST() local 1229 std::string shader = R"( TEST() local 1328 std::string shader = R"( TEST() local 1409 std::string shader = R"( TEST() local 1553 const std::string shader = R"( TEST() local [all...] |
| H A D | transformation_add_function_test.cpp | 121 std::string shader = R"( in TEST() local 437 std::string shader = R"( in TEST() local 558 std::string shader = R"( in TEST() local 815 std::string shader = R"( in TEST() local 973 std::string shader = R"( TEST() local 1134 std::string shader = R"( TEST() local 1613 std::string shader = R"( TEST() local 1717 std::string shader = R"( TEST() local 1809 std::string shader = R"( TEST() local 1965 std::string shader = R"( TEST() local 2122 std::string shader = R"( TEST() local 2275 std::string shader = R"( TEST() local 2375 std::string shader = R"( TEST() local 2537 std::string shader = R"( TEST() local 2724 std::string shader = R"( TEST() local 2904 std::string shader = R"( TEST() local [all...] |
| H A D | transformation_replace_constant_with_uniform_test.cpp | 58 std::string shader = R"( in TEST() local [all...] |
| H A D | transformation_replace_id_with_synonym_test.cpp | 501 const std::string shader = R"( in TEST() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/tools/opt/ |
| H A D | flags.py | 40 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') variable in TestAssemblyFileAsOnlyParameter 128 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') variable in TestValidPassFlags 186 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') variable in TestPerformanceOptimizationPasses 233 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') variable in TestSizeOptimizationPasses 274 shader = placeholder.FileSPIRVShader(empty_main_assembly(), '.spvasm') variable in TestLegalizationPasses [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLProgramCacheControlTest.cpp | 249 GLuint shader = glCreateShader(GL_FRAGMENT_SHADER); in TEST_P() local
|
| /third_party/skia/src/core/ |
| H A D | SkDraw_atlas.cpp | 184 SkShaderBase* shader = nullptr; in drawAtlas() local
|