OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rast_state
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_pipeline.c
146
VkPipelineRasterizationStateCreateInfo
rast_state
= {0};
local
147
rast_state
.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO;
149
rast_state
.depthClampEnable = hw_rast_state->depth_clamp;
150
rast_state
.rasterizerDiscardEnable = hw_rast_state->rasterizer_discard;
151
rast_state
.polygonMode = hw_rast_state->polygon_mode;
152
rast_state
.cullMode = hw_rast_state->cull_mode;
153
rast_state
.frontFace = state->dyn_state1.front_face;
155
rast_state
.depthBiasEnable = VK_TRUE;
156
rast_state
.depthBiasConstantFactor = 0.0;
157
rast_state
.depthBiasClamp = 0.0
[
all
...]
zink_pipeline.h
43
uint32_t
rast_state
: ZINK_RAST_HW_STATE_SIZE; //zink_rasterizer_hw_state
member in struct:zink_gfx_pipeline_state
zink_draw.cpp
472
struct zink_rasterizer_state *
rast_state
= ctx->
rast_state
;
local
568
if (points_changed && ctx->
rast_state
->base.point_quad_rasterization)
603
ctx->
rast_state
->base.clip_halfz ?
617
if (ctx->
rast_state
->base.scissor) {
689
screen->info.have_EXT_line_rasterization &&
rast_state
->base.line_stipple_enable)
690
VKCTX(CmdSetLineStippleEXT)(batch->state->cmdbuf,
rast_state
->base.line_stipple_factor,
rast_state
->base.line_stipple_pattern);
700
depth_bias =
rast_state
->offset_point;
704
depth_bias =
rast_state
->offset_line
[
all
...]
zink_context.h
223
struct zink_rasterizer_state *
rast_state
;
member in struct:zink_context
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_private.h
1220
struct tu_draw_state load_state,
rast_state
, blend_state;
member in struct:tu_pipeline
Completed in 19 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026