HomeSort by: relevance | last modified time | path
    Searched refs:has_compute_shader (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 74 boolean has_compute_shader; member in struct:cso_context
280 ctx->has_compute_shader = TRUE;
321 if (!ctx->has_compute_shader)
375 if (ctx->has_compute_shader) {
951 assert(ctx->has_compute_shader || !handle);
953 if (ctx->has_compute_shader && ctx->compute_shader != handle) {
962 if (!ctx->has_compute_shader) {
973 if (!ctx->has_compute_shader) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
cso_context.c 71 boolean has_compute_shader; member in struct:cso_context
334 ctx->has_compute_shader = TRUE;
397 if (ctx->has_compute_shader) {
1034 assert(ctx->has_compute_shader || !handle);
1036 if (ctx->has_compute_shader && ctx->compute_shader != handle) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 276 bool has_compute_shader() const function in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 2071 if (state->stage == MESA_SHADER_COMPUTE && !state->has_compute_shader()) {
builtin_functions.cpp 779 return state->has_compute_shader();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 274 bool has_compute_shader() const function in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 2022 if (state->stage == MESA_SHADER_COMPUTE && !state->has_compute_shader()) {
builtin_functions.cpp 735 return state->has_compute_shader();
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 4288 if (!state->has_compute_shader()) {
4455 if (!state->has_compute_shader()) {
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.cpp 4069 if (!state->has_compute_shader()) {
4217 if (!state->has_compute_shader()) {

Completed in 58 milliseconds