/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 313 radv_create_shaders_from_pipeline_cache( struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1, struct radv_pipeline *pipeline, struct radv_pipeline_shader_stack_size **stack_sizes, uint32_t *num_stack_sizes, bool *found_in_application_cache) radv_create_shaders_from_pipeline_cache() argument 445 radv_pipeline_cache_insert_shaders(struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1, struct radv_pipeline *pipeline, struct radv_shader_binary *const *binaries, const struct radv_pipeline_shader_stack_size *stack_sizes, uint32_t num_stack_sizes) radv_pipeline_cache_insert_shaders() argument [all...] |
H A D | radv_meta_resolve.c | 50 create_pipeline(struct radv_device *device, VkShaderModule vs_module_h, VkFormat format, VkPipeline *pipeline) create_pipeline() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_uniforms.c | 94 check_push_constants_ubo(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline) check_push_constants_ubo() argument 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 470 v3dv_write_uniforms_wg_offsets(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, struct v3dv_shader_variant *variant, uint32_t **wg_count_offsets) v3dv_write_uniforms_wg_offsets() argument 695 v3dv_write_uniforms(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, struct v3dv_shader_variant *variant) v3dv_write_uniforms() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | pipelineobj.c | 264 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, GLuint prog) _mesa_UseProgramStages_no_error() argument 288 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) _mesa_UseProgramStages() argument 381 active_shader_program(struct gl_context *ctx, GLuint pipeline, GLuint program, bool no_error) active_shader_program() argument 420 _mesa_ActiveShaderProgram_no_error(GLuint pipeline, GLuint program) _mesa_ActiveShaderProgram_no_error() argument 431 _mesa_ActiveShaderProgram(GLuint pipeline, GLuint program) _mesa_ActiveShaderProgram() argument 442 bind_program_pipeline(struct gl_context *ctx, GLuint pipeline, bool no_error) bind_program_pipeline() argument 491 _mesa_BindProgramPipeline_no_error(GLuint pipeline) _mesa_BindProgramPipeline_no_error() argument 501 _mesa_BindProgramPipeline(GLuint pipeline) _mesa_BindProgramPipeline() argument 690 _mesa_IsProgramPipeline(GLuint pipeline) _mesa_IsProgramPipeline() argument 708 _mesa_GetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint *params) _mesa_GetProgramPipelineiv() argument 1047 _mesa_ValidateProgramPipeline(GLuint pipeline) _mesa_ValidateProgramPipeline() argument 1067 _mesa_GetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) _mesa_GetProgramPipelineInfoLog() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw.c | 88 prepare_draw(struct st_context *st, struct gl_context *ctx, uint64_t state_mask, enum st_pipeline pipeline) prepare_draw() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_state.c | 834 emit_shading_rate(struct anv_batch *batch, const struct anv_graphics_pipeline *pipeline, const struct vk_fragment_shading_rate_state *fsr) emit_shading_rate() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_shade_pipeline_llvm.c | 531 pipeline(struct llvm_middle_end *llvm, in pipeline() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 200 Move<VkPipeline> pipeline; in iterate() local 422 void DrawTestInstance::draw (VkCommandBuffer cmdBuffer, VkPipeline pipeline, VkBuffer vertexBuffer) in draw() argument
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 105 Move<VkPipeline> pipeline; in iterate() local
|
H A D | vktDrawSampleAttributeTests.cpp | 335 const auto pipeline = makeGraphicsPipeline( in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 396 Move<VkPipeline> pipeline = makeComputePipeline(vk, device, *pipelineLayout, *shaderModule); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicControlPoints.cpp | 73 namespace pipeline namespace
|
H A D | vktPipelineExtendedDynamicStateMiscTests.cpp | 44 namespace pipeline namespace
|
H A D | vktPipelineImageSamplingInstance.hpp | 42 namespace pipeline namespace
|
H A D | vktPipelineImageViewTests.cpp | 44 namespace pipeline namespace
|
H A D | vktPipelineLogicOpTests.cpp | 47 namespace pipeline namespace
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 42 namespace pipeline namespace
|
H A D | vktPipelineMultisampleImageTests.cpp | 53 namespace pipeline namespace
|
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 44 namespace pipeline namespace
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolFragInvocationTests.cpp | 114 void recordRenderPassCommands (const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkPipelineBindPoint bindPoint, const VkPipeline pipeline) in recordRenderPassCommands() argument 163 const auto pipeline = makeGraphicsPipeline(ctx.vkd, ctx.device, pipelineLayout.get(), in testInvocations() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBarycentricCoordinatesTests.cpp | 329 const auto pipeline = createComputePipeline(vkd, device, DE_NULL, &pipelineInfo); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineIdentifierTests.cpp | 561 PIPipeline pipeline; createPipelineIdentifierTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationWindingTests.cpp | 469 VkPipeline pipeline; in iterate() member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 200 Move<VkPipeline> pipeline; in iterate() local 422 void DrawTestInstance::draw (VkCommandBuffer cmdBuffer, VkPipeline pipeline, VkBuffer vertexBuffer) in draw() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 398 Move<VkPipeline> pipeline = makeComputePipeline(vk, device, *pipelineLayout, *shaderModule); in iterate() local
|