Home
last modified time | relevance | path

Searched refs:PIPE_SHADER_IR_NIR_SERIALIZED (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcompiler.hpp40 case PIPE_SHADER_IR_NIR_SERIALIZED: in compile_program()
68 case PIPE_SHADER_IR_NIR_SERIALIZED: { in link_program()
H A Ddevice.cpp144 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED); in device()
163 if (supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) { in device()
428 assert(supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)); in ir_format()
429 return PIPE_SHADER_IR_NIR_SERIALIZED; in ir_format()
494 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) in supported_extensions()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_compute.c59 if (cso->ir_type == PIPE_SHADER_IR_NIR_SERIALIZED) { in panfrost_create_compute_state()
H A Dpan_screen.c464 return (1 << PIPE_SHADER_IR_NIR) | (1 << PIPE_SHADER_IR_NIR_SERIALIZED); in panfrost_get_shader_param()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1134 PIPE_SHADER_IR_NIR_SERIALIZED, enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c291 } else if (cso->ir_type == PIPE_SHADER_IR_NIR_SERIALIZED) { in ir3_shader_compute_state_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c384 return (1 << PIPE_SHADER_IR_TGSI) | (1 << PIPE_SHADER_IR_NIR) | (1 << PIPE_SHADER_IR_NIR_SERIALIZED); in llvmpipe_get_shader_param()
H A Dlp_state_cs.c491 if (templ->ir_type == PIPE_SHADER_IR_NIR_SERIALIZED) { in llvmpipe_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c686 (1 << PIPE_SHADER_IR_NIR_SERIALIZED)) | in fd_screen_get_shader_param()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c517 irs |= 1 << PIPE_SHADER_IR_NIR_SERIALIZED; in iris_get_shader_param()
H A Diris_program.c2501 case PIPE_SHADER_IR_NIR_SERIALIZED: { in iris_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c982 return (1 << PIPE_SHADER_IR_NIR) | (1 << PIPE_SHADER_IR_NIR_SERIALIZED); in agx_get_shader_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c501 irs |= 1 << PIPE_SHADER_IR_NIR_SERIALIZED; in nvc0_screen_get_shader_param()
H A Dnvc0_state.c752 case PIPE_SHADER_IR_NIR_SERIALIZED: { in nvc0_cp_state_create()

Completed in 30 milliseconds