| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_uniforms.c | 154 write_tmu_p0(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, struct v3dv_cl_out **uniforms, uint32_t data, struct texture_bo_list *tex_bos, struct state_bo_list *state_bos) write_tmu_p0() argument 198 write_tmu_p1(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, struct v3dv_cl_out **uniforms, uint32_t data, struct state_bo_list *state_bos) write_tmu_p1() argument 248 write_ubo_ssbo_uniforms(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, struct v3dv_cl_out **uniforms, enum quniform_contents content, uint32_t data, struct buffer_bo_list *buffer_bos) write_ubo_ssbo_uniforms() argument 355 write_inline_uniform(struct v3dv_cl_out **uniforms, uint32_t index, uint32_t offset, struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage) write_inline_uniform() argument 434 get_texture_size(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, enum quniform_contents contents, uint32_t data) get_texture_size() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 67 blend_quad_stage(struct quad_stage *stage) in blend_quad_stage() argument 1302 struct blend_quad_stage *stage = CALLOC_STRUCT(blend_quad_stage); in sp_quad_blend_stage() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 753 qir_get_stage_name(enum qstage stage) in qir_get_stage_name() argument
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue.c | 65 rogue_spirv_to_nir(struct rogue_build_ctx *ctx, gl_shader_stage stage, const char *entry, size_t spirv_size, const uint32_t *spirv_data, unsigned num_spec, struct nir_spirv_specialization *spec) rogue_spirv_to_nir() argument 713 gl_shader_stage stage = nir->info.stage; rogue_nir_to_rogue() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_shader.c | 916 svga_create_shader(struct pipe_context *pipe, const struct pipe_shader_state *templ, enum pipe_shader_type stage, unsigned shader_structlen) svga_create_shader() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pipelineobj.c | 214 gl_shader_stage stage = _mesa_shader_enum_to_shader_stage(type); in use_program_stage() local [all...] |
| H A D | arbprogram.c | 382 gl_shader_stage stage = _mesa_program_enum_to_shader_stage(target); in set_program_string() local
|
| H A D | context.c | 303 init_program_limits(struct gl_constants *consts, gl_shader_stage stage, in init_program_limits() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 172 const gl_shader_stage stage = tgsi_processor_to_shader_stage(sh); in st_init_limits() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 504 struct draw_stage *stage; in nv30_draw_init() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 153 struct stage { struct
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_screen.c | 457 gl_shader_stage stage = stage_from_pipe(p_stage); in iris_get_shader_param() local 660 gl_shader_stage stage = stage_from_pipe(pstage); in iris_get_compiler_options() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 88 struct draw_stage stage; member 471 aapoint_point(struct draw_stage *stage, struct prim_header *header) in aapoint_point() argument 570 aapoint_first_point(struct draw_stage *stage, struct prim_header *header) aapoint_first_point() argument 607 aapoint_flush(struct draw_stage *stage, unsigned flags) aapoint_flush() argument 632 aapoint_reset_stipple_counter(struct draw_stage *stage) aapoint_reset_stipple_counter() argument 639 aapoint_destroy(struct draw_stage *stage) aapoint_destroy() argument 655 draw_aapoint_prepare_outputs(struct draw_context *draw, struct draw_stage *stage) draw_aapoint_prepare_outputs() argument [all...] |
| H A D | draw_pipe_aaline.c | 75 struct draw_stage stage; member 364 aaline_stage(struct draw_stage *stage) in aaline_stage() argument 375 aaline_line(struct draw_stage *stage, struct prim_header *header) in aaline_line() argument 484 aaline_first_line(struct draw_stage *stage, struct prim_header *header) aaline_first_line() argument 531 aaline_flush(struct draw_stage *stage, unsigned flags) aaline_flush() argument 556 aaline_reset_stipple_counter(struct draw_stage *stage) aaline_reset_stipple_counter() argument 563 aaline_destroy(struct draw_stage *stage) aaline_destroy() argument 694 draw_aaline_prepare_outputs(struct draw_context *draw, struct draw_stage *stage) draw_aaline_prepare_outputs() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.cpp | 42 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectCreateUtil.cpp | 31 std::string getShaderName (vk::VkShaderStageFlagBits stage) in getShaderName() argument 213 vk::VkShaderCreateInfoEXT makeShaderCreateInfo (vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& programBinary, bool tessellationShaderFeature, bool geometryShaderFeature, const vk::VkDescriptorSetLayout* descriptorSetLayout) in makeShaderCreateInfo() argument 415 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_TASK_BIT_EXT; in bindGraphicsShaders() local 420 vk::VkShaderStageFlagBits stage in bindGraphicsShaders() local 428 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; bindComputeShader() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 721 const TestStageFlags stage = stages[stageNdx].testStageFlags; in init() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.cpp | 42 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | engine_vulkan.cc | 197 VkShaderStageFlagBits stage = VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM; in CreatePipeline() local 397 VkShaderStageFlagBits stage = VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM; in GetVkShaderStageInfo() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.h | 213 void append(StockStage stage, const void* ctx) { this->append(stage, const_cast<void*>(ctx)); } in append() argument 259 StockStage stage; global() member [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | TextureStage.hpp | 174 int stage; member in sw::TextureStage
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkPipeline.cpp | 143 void stageCreationBegins(uint32_t stage) in stageCreationBegins() argument 152 void cacheHit(uint32_t stage) in cacheHit() argument 163 void stageCreationEnds(uint32_t stage) in stageCreationEnds() argument 290 void GraphicsPipeline::setShader(const VkShaderStageFlagBits &stage, cons argument 409 auto &stage = pCreateInfo->stage; compileShaders() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | ShaderModule.h | 206 SingleShaderStage stage; member
|
| /third_party/spirv-tools/source/opt/ |
| H A D | liveness.cpp | 173 auto stage = context()->GetStage(); in AnalyzeAccessChainLoc() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceQueryTestCase.cpp | 75 const char* getRequiredExtensionForStage (glu::ShaderType stage) in getRequiredExtensionForStage() argument
|