/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_perfetto.cc | 126 stage_start(struct pipe_context *pctx, uint64_t ts_ns, enum fd_stage_id stage) in stage_start() argument 135 stage_end(struct pipe_context *pctx, uint64_t ts_ns, enum fd_stage_id stage) in stage_end() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 108 load_glsl(unsigned num_files, char *const *files, gl_shader_stage stage) in load_glsl() argument 228 load_spirv(const char *filename, const char *entry, gl_shader_stage stage) in load_spirv() argument 289 unsigned stage = 0; main() local [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_prim_vbuf.c | 691 struct draw_stage *stage; in i915_draw_vbuf_stage() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_disk_cache.c | 154 gl_shader_stage stage = ish->nir->info.stage; in iris_disk_cache_retrieve() local [all...] |
H A D | iris_program_cache.c | 222 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, in iris_blorp_upload_shader() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 78 struct draw_stage stage; member 193 pstip_first_tri(struct draw_stage *stage, struct prim_header *header) in pstip_first_tri() argument 240 pstip_flush(struct draw_stage *stage, unsigned flags) pstip_flush() argument 266 pstip_reset_stipple_counter(struct draw_stage *stage) pstip_reset_stipple_counter() argument 273 pstip_destroy(struct draw_stage *stage) pstip_destroy() argument [all...] |
H A D | draw_pipe_stipple.c | 49 struct draw_stage stage; member 58 stipple_stage(struct draw_stage *stage) in stipple_stage() argument 91 emit_segment(struct draw_stage *stage, struct prim_header *header, in emit_segment() argument 121 stipple_line(struct draw_stage *stage, struct prim_header *header) stipple_line() argument 186 reset_stipple_counter(struct draw_stage *stage) reset_stipple_counter() argument 194 stipple_reset_point(struct draw_stage *stage, struct prim_header *header) stipple_reset_point() argument 202 stipple_reset_tri(struct draw_stage *stage, struct prim_header *header) stipple_reset_tri() argument 211 stipple_first_line(struct draw_stage *stage, struct prim_header *header) stipple_first_line() argument 227 stipple_flush(struct draw_stage *stage, unsigned flags) stipple_flush() argument 235 stipple_destroy(struct draw_stage *stage) stipple_destroy() argument [all...] |
H A D | draw_pipe_vbuf.c | 52 struct draw_stage stage; /**< This must be first (base class) */ member 89 vbuf_stage(struct draw_stage *stage) in vbuf_stage() argument 142 vbuf_tri(struct draw_stage *stage, struct prim_header *prim) in vbuf_tri() argument 156 vbuf_line(struct draw_stage *stage, struct prim_header *prim) in vbuf_line() argument 170 vbuf_point(struct draw_stage *stage, struct prim_header *prim) vbuf_point() argument 268 vbuf_first_tri(struct draw_stage *stage, struct prim_header *prim) vbuf_first_tri() argument 280 vbuf_first_line(struct draw_stage *stage, struct prim_header *prim) vbuf_first_line() argument 292 vbuf_first_point(struct draw_stage *stage, struct prim_header *prim) vbuf_first_point() argument 375 vbuf_flush(struct draw_stage *stage, unsigned flags) vbuf_flush() argument 384 vbuf_reset_stipple_counter(struct draw_stage *stage) vbuf_reset_stipple_counter() argument 393 vbuf_destroy(struct draw_stage *stage) vbuf_destroy() argument [all...] |
H A D | draw_pipe_wide_point.c | 67 struct draw_stage stage; /**< base class */ member 124 static void widepoint_point( struct draw_stage *stage, in widepoint_point() argument 197 widepoint_first_point(struct draw_stage *stage, struct prim_header *header) widepoint_first_point() argument 276 widepoint_flush( struct draw_stage *stage, unsigned flags ) widepoint_flush() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 258 crocus_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, in crocus_blorp_upload_shader() argument
|
H A D | crocus_screen.c | 450 gl_shader_stage stage = stage_from_pipe(p_stage); in crocus_get_shader_param() local 655 gl_shader_stage stage = stage_from_pipe(pstage); in crocus_get_compiler_options() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 416 d3d12_gfx_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, enum pipe_shader_type stage, struct d3d12_shader_selector *selector) d3d12_gfx_pipeline_state_cache_invalidate_shader() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler.h | 100 gl_shader_stage stage; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 990 nvc0_screen_bind_cb_3d(struct nvc0_screen *screen, bool *can_serialize, int stage, int index, int size, uint64_t addr) nvc0_screen_bind_cb_3d() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkTypeUtil.hpp | 204 inline VkPipelineShaderStageCreateInfo makePipelineShaderStageCreateInfo (VkShaderStageFlagBits stage, VkShaderModule module, const VkSpecializationInfo* pSpecializationInfo = nullptr, const void* pNext = nullptr) in makePipelineShaderStageCreateInfo() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 456 ShaderObjectStageInstance (Context& context, const vk::VkShaderStageFlagBits stage, const bool fail, const bool useMeshShaders) in ShaderObjectStageInstance() argument 520 vk::VkShaderStageFlagBits stage; iterate() local 626 ShaderObjectStageCase(tcu::TestContext& testCtx, const std::string& name, const vk::VkShaderStageFlagBits stage, const bool fail, const bool useMeshShaders) ShaderObjectStageCase() argument 796 vk::VkShaderStageFlagBits stage; createShaderObjectCreateTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupUniformControlFlowTests.cpp | 56 vk::VkShaderStageFlagBits stage; member 241 vk::VkShaderStageFlagBits stage in createSubgroupUniformControlFlowTests() local 76 SubgroupUniformControlFlowTestCase(tcu::TestContext& testCtx, const char* name, const std::string& readFilename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation) SubgroupUniformControlFlowTestCase() argument 344 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; createSubgroupUniformControlFlowTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 79 InterfaceFlags stage = static_cast<InterfaceFlags>(LAYOUT_XFBBUFFER | LAYOUT_XFBOFFSET); in RandomInterfaceBlockCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 132 vk::VkShaderStageFlagBits stage; member
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderErrors.cpp | 530 getGLEnumForPipelineStage(_pipeline_stage stage) getGLEnumForPipelineStage() argument 721 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 859 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 979 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1096 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1221 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1340 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1455 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1567 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1682 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1794 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 1938 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2042 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2138 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2233 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2341 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2441 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2544 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument 2647 isPipelineStageUsed(_pipeline_stage stage) isPipelineStageUsed() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSeparableProgramsTransformFeedbackTests.cpp | 79 StageData stage[STAGES_COUNT]; member [all...] |
H A D | glcShaderIntegerMixTests.cpp | 523 bool probe_pixel(TestLog& log, const char* stage, int x, int y, const tcu::IVec4& expected) in probe_pixel() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGLSLnoperspectiveTests.cpp | 96 glw::GLuint prepare_shader(deqp::Context& context, glw::GLenum stage, const glw::GLchar* code) in prepare_shader() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateBuilder.cpp | 74 bool GrVkPipelineStateBuilder::createVkShaderModule(VkShaderStageFlagBits stage, in createVkShaderModule() argument 91 bool GrVkPipelineStateBuilder::installVkShaderModule(VkShaderStageFlagBits stage, in installVkShaderModule() argument
|
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.cpp | 27 void SkRasterPipeline::append(StockStage stage, void* ctx) { in append() argument 40 unchecked_append(StockStage stage, void* ctx) unchecked_append() argument 45 append(StockStage stage, uintptr_t ctx) append() argument 97 auto stage = unbounded_set_rgb; append_set_rgb() local [all...] |