HomeSort by: relevance | last modified time | path
    Searched defs:hw_prim_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_draw.c 1114 uint32_t hw_prim_type = v3d_hw_prim_type(info->mode); local
1145 prim.mode = hw_prim_type | prim_tf_enable;
1164 prim.mode = hw_prim_type | prim_tf_enable;
1181 prim.mode = hw_prim_type | prim_tf_enable;
1191 prim.mode = hw_prim_type | prim_tf_enable;
1206 prim.mode = hw_prim_type | prim_tf_enable;
1219 prim.mode = hw_prim_type | prim_tf_enable;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c 2074 uint32_t hw_prim_type = v3d_hw_prim_type(pipeline->topology); local
2093 prim.mode = hw_prim_type;
2103 prim.mode = hw_prim_type;
2149 uint32_t hw_prim_type = v3d_hw_prim_type(pipeline->topology); local
2173 prim.mode = hw_prim_type;
2184 prim.mode = hw_prim_type;
2203 uint32_t hw_prim_type = v3d_hw_prim_type(pipeline->topology); local
2210 prim.mode = hw_prim_type;
2229 uint32_t hw_prim_type = v3d_hw_prim_type(pipeline->topology); local
2238 prim.mode = hw_prim_type;
    [all...]

Completed in 18 milliseconds