Home
last modified time | relevance | path

Searched defs:shader (Results 1151 - 1175 of 1249) sorted by relevance

1...<<41424344454647484950

/third_party/skia/gm/
H A Dcompositor_quads.cpp658 MakeShader(const char* name, sk_sp<SkImage> image, sk_sp<SkShader> shader, bool local) MakeShader() argument
687 Make(const char* topBanner, const char* bottomBanner, sk_sp<SkImage> image, sk_sp<SkShader> shader, sk_sp<SkColorFilter> colorFilter, sk_sp<SkImageFilter> imageFilter, sk_sp<SkMaskFilter> maskFilter, SkScalar paintAlpha, bool resetAfterEachQuad, int transformCount) Make() argument
792 TextureSetRenderer(const char* topBanner, const char* bottomBanner, sk_sp<SkImage> image, sk_sp<SkShader> shader, sk_sp<SkColorFilter> colorFilter, sk_sp<SkImageFilter> imageFilter, sk_sp<SkMaskFilter> maskFilter, SkScalar paintAlpha, bool resetEachQuad, int transformBatchCount) TextureSetRenderer() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp107 void setShaderSources (glu::Shader& shader, const ShaderSources& sources) in setShaderSources() argument
148 void queryShaderInfo (glu::RenderContext& renderCtx, deUint32 shader, glu::ShaderInfo& info) in queryShaderInfo() argument
310 glu::Shader* const shader in createShader() member in deqp::gles3::Functional::__anon30591::glu
339 logShader(TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) logShader() argument
518 checkDeleteStatus(GLuint shader) checkDeleteStatus() argument
617 getSourceLength(glu::Shader& shader) getSourceLength() argument
626 readSource(glu::Shader& shader) readSource() argument
636 verifyShaderSourceReplaced(glu::Shader& shader, const std::string& firstSource, const std::string& secondSource) verifyShaderSourceReplaced() argument
759 buildProgram(glu::Shader& shader) buildProgram() argument
[all...]
H A Des3fShaderStateQueryTests.cpp102 void verifyShaderParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint shader, GLenum pname, GLenum reference) in verifyShaderParam() argument
674 const GLuint shader = glCreateShader(shaderTypes[ndx]); in test() local
726 const GLuint shader = glCreateShader(GL_VERTEX_SHADER); in test() local
817 const GLuint shader = glCreateShader(GL_VERTEX_SHADER); test() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp94 ProgramSources shader; member
472 inline ObjectData quadWith (const glu::ProgramSources& shader, float depth) in quadWith() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFunctionTests.cpp193 log << shader; in verifyShader() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp577 void ShaderProgramAttacher::initAttachment (GLuint seed, GLuint shader) in initAttachment() argument
605 void ShaderProgramAttacher::attach (GLuint shader, GLuint program) in attach() argument
612 void ShaderProgramAttacher::detach (GLuint shader, GLuint program) in detach() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp61 std::string getShaderFlagStr (const VkShaderStageFlags shader, in getShaderFlagStr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp792 LPCSTR shader = in DX11Operation() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp240 ostringstream shader; in genFragmentShader() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp850 deUint32 GLContext::createProgram (ShaderProgram* shader) in createProgram() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp430 const ReferenceShader shader; in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp703 SingleTex2DShader shader; in render() local
959 SingleTex2DShader shader; in render() local
1014 SingleTex2DShader shader; in render() local
1210 SingleTex2DShader shader; render() local
1413 SingleTex2DShader shader; render() local
1566 SingleTex2DShader shader; render() local
1632 SingleTex2DShader shader; render() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp38 CheckCompileStatus(const gl::Context *context, const rx::FunctionsGL *functions, GLuint shader) CheckCompileStatus() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h673 nir_shader *shader; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h951 ir3_key_clear_unused(struct ir3_shader_key *key, struct ir3_shader *shader) ir3_key_clear_unused() argument
[all...]
H A Dir3_compiler_nir.c4599 ir3_compile_shader_nir(struct ir3_compiler *compiler, struct ir3_shader *shader, struct ir3_shader_variant *so) ir3_compile_shader_nir() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c2213 nir_shader_serialize_deserialize(nir_shader *shader) in nir_shader_serialize_deserialize() argument
H A Dnir.c190 nir_shader *shader = ptr; nir_shader_destructor() local
204 nir_shader *shader = rzalloc(mem_ctx, nir_shader); nir_shader_create() local
268 nir_shader_add_variable(nir_shader *shader, nir_variable *var) nir_shader_add_variable() argument
301 nir_variable_create(nir_shader *shader, nir_variable_mode mode, const struct glsl_type *type, const char *name) nir_variable_create() argument
340 nir_find_variable_with_location(nir_shader *shader, nir_variable_mode mode, unsigned location) nir_find_variable_with_location() argument
353 nir_find_variable_with_driver_location(nir_shader *shader, nir_variable_mode mode, unsigned location) nir_find_variable_with_driver_location() argument
385 nir_sort_variables_with_modes(nir_shader *shader, int (*cmp)(const nir_variable *, const nir_variable *), nir_variable_mode modes) nir_sort_variables_with_modes() argument
414 nir_function_create(nir_shader *shader, const char *name) nir_function_create() argument
537 nir_function_impl_create_bare(nir_shader *shader) nir_function_impl_create_bare() argument
583 nir_block_create(nir_shader *shader) nir_block_create() argument
617 nir_if_create(nir_shader *shader) nir_if_create() argument
640 nir_loop_create(nir_shader *shader) nir_loop_create() argument
694 nir_alu_instr_create(nir_shader *shader, nir_op op) nir_alu_instr_create() argument
712 nir_deref_instr_create(nir_shader *shader, nir_deref_type deref_type) nir_deref_instr_create() argument
734 nir_jump_instr_create(nir_shader *shader, nir_jump_type type) nir_jump_instr_create() argument
749 nir_load_const_instr_create(nir_shader *shader, unsigned num_components, unsigned bit_size) nir_load_const_instr_create() argument
764 nir_intrinsic_instr_create(nir_shader *shader, nir_intrinsic_op op) nir_intrinsic_instr_create() argument
786 nir_call_instr_create(nir_shader *shader, nir_function *callee) nir_call_instr_create() argument
812 nir_tex_instr_create(nir_shader *shader, unsigned num_srcs) nir_tex_instr_create() argument
881 nir_phi_instr_create(nir_shader *shader) nir_phi_instr_create() argument
917 nir_parallel_copy_instr_create(nir_shader *shader) nir_parallel_copy_instr_create() argument
930 nir_ssa_undef_instr_create(nir_shader *shader, unsigned num_components, unsigned bit_size) nir_ssa_undef_instr_create() argument
2199 nir_shader_index_vars(nir_shader *shader, nir_variable_mode modes) nir_shader_index_vars() argument
2352 nir_shader_lower_instructions(nir_shader *shader, nir_instr_filter_cb filter, nir_lower_instr_cb lower, void *cb_data) nir_shader_lower_instructions() argument
2373 nir_shader_supports_implicit_lod(nir_shader *shader) nir_shader_supports_implicit_lod() argument
2679 nir_remap_dual_slot_attributes(nir_shader *shader, uint64_t *dual_slot) nir_remap_dual_slot_attributes() argument
2897 nir_get_binding_variable(nir_shader *shader, nir_binding binding) nir_get_binding_variable() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c167 radv_optimize_nir(struct nir_shader *shader, bool optimize_conservatively, bool allow_copies) in radv_optimize_nir() argument
1914 radv_open_rtld_binary(struct radv_device *device, const struct radv_shader *shader, const struct radv_shader_binary *binary, struct ac_rtld_binary *rtld_binary) radv_open_rtld_binary() argument
1959 radv_shader_binary_upload(struct radv_device *device, const struct radv_shader_binary *binary, struct radv_shader *shader, void *dest_ptr) radv_shader_binary_upload() argument
2008 struct radv_shader *shader = calloc(1, sizeof(struct radv_shader)); radv_shader_create() local
2245 struct radv_shader *shader = radv_shader_create(device, binary, keep_shader_info, false, args); global() local
2291 radv_create_gs_copy_shader(struct radv_device *device, struct nir_shader *shader, struct radv_shader_info *info, const struct radv_shader_args *args, struct radv_shader_binary **binary_out, bool keep_shader_info, bool keep_statistic_info, bool disable_optimizations) global() argument
2309 struct radv_shader *shader = NULL; global() local
2537 radv_shader_destroy(struct radv_device *device, struct radv_shader *shader) global() argument
2562 radv_shader_get_va(const struct radv_shader *shader) global() argument
2588 struct radv_shader *shader = pipeline->shaders[i]; global() local
2642 radv_get_max_waves(const struct radv_device *device, struct radv_shader *shader, gl_shader_stage stage) global() argument
2743 struct radv_shader *shader = pipeline->shaders[stage]; global() local
[all...]
H A Dradv_acceleration_structure.c1913 create_build_pipeline(struct radv_device *device, nir_shader *shader, unsigned push_constant_size, VkPipeline *pipeline, VkPipelineLayout *layout) create_build_pipeline() argument
[all...]
H A Dradv_nir_to_llvm.c45 const struct nir_shader *shader; member
553 scan_shader_output_decl(struct radv_shader_context *ctx, struct nir_variable *variable, struct nir_shader *shader, gl_shader_stage stage) scan_shader_output_decl() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c952 lower_pipeline_layout_info(nir_shader *shader, in lower_pipeline_layout_info() argument
1791 const nir_shader *shader = p_stage->nir; get_ucp_enable_mask() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h413 static inline unsigned si_const_and_shader_buffer_descriptors_idx(unsigned shader) in si_const_and_shader_buffer_descriptors_idx() argument
419 static inline unsigned si_sampler_and_image_descriptors_idx(unsigned shader) in si_sampler_and_image_descriptors_idx() argument
[all...]
H A Dgfx10_shader_ngg.c126 bool gfx10_ngg_export_prim_early(struct si_shader *shader) in gfx10_ngg_export_prim_early() argument
692 ngg_nogs_vertex_size(struct si_shader *shader) ngg_nogs_vertex_size() argument
939 struct si_shader *shader = ctx->shader; cull_primitive() local
1012 struct si_shader *shader = ctx->shader; gfx10_ngg_culling_build_end() local
2336 gfx10_ngg_get_scratch_dw_size(struct si_shader *shader) gfx10_ngg_get_scratch_dw_size() argument
2352 gfx10_ngg_calculate_subgroup_info(struct si_shader *shader) gfx10_ngg_calculate_subgroup_info() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2476 copy_uniform_state_to_shader(struct vc4_compiled_shader *shader, in copy_uniform_state_to_shader() argument
2182 vc4_screen_get_compiler_options(struct pipe_screen *pscreen, enum pipe_shader_ir ir, enum pipe_shader_type shader) vc4_screen_get_compiler_options() argument
2495 vc4_setup_compiled_fs_inputs(struct vc4_context *vc4, struct vc4_compile *c, struct vc4_compiled_shader *shader) vc4_setup_compiled_fs_inputs() argument
2577 struct vc4_compiled_shader *shader; vc4_get_compiled_shader() local
2861 struct vc4_compiled_shader *shader = entry->data; delete_from_cache_if_matches() local
2935 struct vc4_compiled_shader *shader = entry->data; vc4_program_fini() local
2942 struct vc4_compiled_shader *shader = entry->data; vc4_program_fini() local
[all...]

Completed in 60 milliseconds

1...<<41424344454647484950