/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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 313 auto pipeline = vk::createComputePipeline(vkd, device, DE_NULL, &pipelineCreateInfo); in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_params.cpp | 112 CaptureGetProgramPipelineInfoLog_length(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog, ParamCapture *paramCapture) CaptureGetProgramPipelineInfoLog_length() argument 126 CaptureGetProgramPipelineInfoLog_infoLog(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog, ParamCapture *paramCapture) CaptureGetProgramPipelineInfoLog_infoLog() argument 148 CaptureGetProgramPipelineiv_params(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetProgramPipelineiv_params() argument
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | script.h | 72 Result AddPipeline(std::unique_ptr<Pipeline> pipeline) { in AddPipeline() argument
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 137 Result EngineVulkan::CreatePipeline(amber::Pipeline* pipeline) { in CreatePipeline() argument 290 SetShader(amber::Pipeline* pipeline, const amber::Pipeline::ShaderInfo& shader) SetShader() argument 388 GetVkShaderStageInfo( amber::Pipeline* pipeline, std::vector<VkPipelineShaderStageCreateInfo>* out) GetVkShaderStageInfo() argument [all...] |